Operations | Monitoring | ITSM | DevOps | Cloud

What Is Syslog? Everything You Need to Know

For those out there searching for “What is syslog?,” this post has answers to all of your questions. Simply put, syslog handles a very important task—collecting events—and is present in almost all systems and peripherals out there. It’s the standard used to collect events in an ever-growing number of devices. Syslog can often be related to Ubuntu and servers, but it’s certainly much more than that.

Highlights from the ServiceNow Federal Forum

Last week, ServiceNow hosted its annual Federal Forum, where federal leaders and industry partners convened for one day in Washington, D.C. to discuss how they are digitizing services for federal employees and citizens. Having joined the ServiceNow team less than a year ago and having previously worked in the federal government, I was fortunate to hear our federal customers share their dynamic stories and learn more about the steps they are taking to accelerate their modernization journey.

Sponsored Post

Database performance improvement - How-to in 4 easy steps

During development, it's important to think about how your application will work with your databases. You can run into performance issues all the way through the stack, so you'll want to be mindful of how the data is being accessed. From the client to the database, there are layers where trouble may creep in.

Kubernetes on AWS: EKS vs Kops

There are three popular methods for running Kubernetes on AWS: manually set up everything on EC2 instances, use Kops to manage your cluster, or use Amazon EKS to manage your cluster. Managing a Kubernetes cluster on AWS without any tooling is a complicated process that is not recommended for most administrators, so we will focus on using EKS or Kops. In this blog post, we compare cluster setup, management, and security features for both Kops and EKS to determine which solution you should use.

Elixir Package 1.12: Phoenix 1.5 Support & Better Channel Error Handling

Great news for all the Elixir alchemists, we’ve just released AppSignal for Elixir package version 1.12.0 which adds support for the upcoming 1.5 version of the Phoenix framework, and improves in-channel error handling. If you’re not an AppSignal user yet, make sure to check out the product tour and see how errors, performance, host metrics and triggers all come together in one tool. Phoenix 1.5 isn’t here yet, but AppSignal 1.12 is ready for it.

New Ways to Uncover Trends with Discover

While powerful, our first iteration of Discover had some user experience complexities that made it less user-friendly than other potential search mechanisms. We also heard from you that our Events feature was useful for identifying individual events, but finding common patterns within those events was extremely difficult — keyword, ”was”. I want to share some of the features and the top 5 use cases that you can do with the refreshed Discover.

ManageEngine recognized for unified endpoint management at RSA Conference 2020

In 2019, Cyber Defense Magazine named ManageEngine a Next Gen vendor in Unified Endpoint Management at IP EXPO in London, and then again at RSA Conference 2020 in San Francisco. Cyber Defense Magazine recognized ManageEngine in its 2020 InfoSec Awards for the features, capabilities, and value it delivers, along with its market presence.

Azure Monitor (Part 4): Working with Logs data using Kusto (KQL)

In the last couple of posts we covered the various ways of connecting data sources to Azure Monitor Logs (Part 2: Getting Started, Part 3: Solutions), so by now we should have loads of data to play around with. The data we’ve collected so far is largely just a blob, and probably not very useful at this point. “Solutions” help with this, but the real fun part starts now: making sense of the data you have using the Kusto Query Language – better known as KQL.

The benefits of observability

Grafana Labs cofounder and CEO Raj Dutt was a recent guest on the Designing Enterprise Platforms podcast from Early Adopter Research (EAR), speaking to host Dan Woods about the benefits of observability. The conversation touched on several related topics – including the tactics of observability, platform approaches, and why now is a great time to be part of an open source company.

Why Pry is one of the most important tools a junior Rubyist can learn

As programmers we often have to mentally run code. To imagine how a program will behave given certain inputs. This is hard enough for experienced developers. But for juniors? It can seem impossible. In this article, Melissa Williams argues that pry is an invaluable tool for junior rubyists because it allows them to see exactly what is going on as their code is run.