Operations | Monitoring | ITSM | DevOps | Cloud

Blog

Incident Alert Routing - reducing noise and getting woken up only by alerts that matter

Site reliability engineers have one of, if not the, toughest roles in any organization. While dealing with incidents is one part of the job, the other is to build reliable systems. Google’s SRE book sums this approach nicely. One of the most important challenges for an SRE when it comes to balancing work between firefighting and toil reduction is the issue of alert noise.

Introducing the enrich processor for Elasticsearch ingest nodes

As part of Elasticsearch 7.5.0, a new ingest processor — named enrich processor — was released. This new processor allows ingest node to enrich documents being ingested with additional data from reference data sets. This opens up a new world of possibilities for ingest nodes.

How to Maintain Uptime During the Holidays

It’s that time of year again. Forget turkey, cranberries and pesky in-laws: it’s time to get your shopping on. For IT organizations at retailers and e-commerce companies, it’s an exciting time and also one where every detail matters. So far, predictions are robust for sales, with eMarketer forecasting that this will be the first-ever trillion-dollar holiday season in the United States. U.S.

All The Logs For All The Intelligence

If you are reading this, I don’t have to convince you any further of the powerful intelligence we can derive from logs and machine data. If you are anything like the many, many users, customers and prospects we have been talking to over the years, you might, however, have some level of that pesky modern condition commonly known as volume anxiety. The volume here, of course, is the volume of data––there is a lot of it, and it keeps growing.

Ingesting Cloudtrail Logs with the Graylog AWS Plugin

Cloudtrail logs provide excellent insight into how your AWS account is being used. They record all activity by the web console, SDKs, and APIs. With help from the AWS plugin, getting this information into Graylog is easier than ever. In this blog post you'll set up the required AWS resources, configure the Graylog input, and do some basic searches to explore its capabilities.

Heightened visibility & deeper control with a monitoring control plane

Until a few years ago, if you did any kind of searching for control planes, you would have found results related to traditional networking concepts. With the advent of cloud computing — including hybrid cloud, multi-cloud, and cloud-native — we’re seeing a lot of tools starting to adopt a “control plane for 'X'” terminology. We’ve heard this term applied to — among other things — Kubernetes. More on that later.

A Quick Look at ITAM and the Cloud

John F. Kennedy described the journey into space as "...the most hazardous, and dangerous, and greatest adventure of which man has ever embarked." And that can sometimes feel like it applies to cloud asset management, too! While there are many analogies one can draw between space and the cloud, the idea of a vast, seemingly limitless, expanding area where new, ever stranger, things are discovered all the time seems quite apt.

Elastic SIEM for home and small business: Beats on Windows

Hey, there. This is part four of the Elastic SIEM for home and small business blog series. If you haven’t read the first, second, and third blogs, you may want to before going any further. In the Getting started blog, we created our Elasticsearch Service deployment and started collecting data from one of our computers using Winlogbeat. In the Securing cluster access blog, we secured access to our cluster by restricting privileges for users and Beats.

AWS re:Invent 2019 - API Gateway HTTP Proxy

API Gateway is a serverless service by AWS to expose cloud services through private or public HTTPs endpoints. It is used by many serverless teams to connect frontend applications to backend systems in a secure, scalable and seamless way. API Gateway integrates with Lambda, DynamoDB, S3 and a variety of other AWS services. The main issue with API Gateway, so far, was its cost. At $3.50 per million requests, it can be more expensive than Lambda itself.