Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Log Management, Log Analytics and related technologies.

Sponsored Post

Going Beyond CloudWatch: 5 Steps to Better Log Analytics & Analysis

Amazon CloudWatch is a great tool for DevOps engineers, developers, SREs, and other IT personnel who require basic Amazon Web Services (AWS) log processing and analytics for cloud services and applications deployed on AWS. However, most developer teams will ultimately need more logging functionality than a basic AWS log analyzer like Amazon Cloudwatch can provide. For example: That's why, although CloudWatch may be one tool in your log analytics strategy, it probably should not be the only one.

Real World Journey's with Graylog

Join an engaging panel discussion featuring Graylog customers as they share their experiences and lessons learned on their journey with Graylog. Moderated by Mark Brooks, Graylog's Customer Success Officer, the panel will explore diverse use cases, the process of evaluating SIEM solutions, managing complex environments, and the unique advantages of leveraging open-source technology. Gain valuable insights from real-world implementations and discover how these organizations optimized their security operations using Graylog.

Managing Splunk Add-Ons with UCC Framework

At Splunk, we're constantly innovating to make our platform more accessible and powerful for users. Today, we're excited to dive into one of our key tools: the Universal Configuration Console (UCC) framework. This powerful framework is revolutionizing how you can create and manage Splunk add-ons, and we want to show you why it's becoming an essential part of the Splunk ecosystem.

Stream AWS metrics to Elastic using Amazon CloudWatch Metric Streams

In today’s data-driven world, organizations need to harness the power of real-time monitoring and analysis. Amazon CloudWatch native monitoring service provides a robust platform for tracking metrics, logs, and events from various Amazon Web Services (AWS) resources. However, when you need to extend your monitoring and analytics beyond CloudWatch, integrating CloudWatch with Elastic can be a game-changer.

Control and predict costs with Scan Budgets

Managing costs without sacrificing insights is essential for today’s data-driven teams. With Sumo Logic’s Scan Budgets, your organization can better control and predict costs by setting budget boundaries that align with the value of your insights. Get visibility into which queries and dashboards deliver the greatest impact for your business, so you can invest in the insights that matter most while also managing costs when setting up new searches or monitors.

Ingesting JSON Logs From Containers With the OpenTelemetry Collector

It’s very popular to push logs, in a formatted way, to the console output of an application (sometimes referred to as stdout). Although using a push-based approach like OTLP over gRPC/HTTP is preferred and has more benefits, there are many legacy systems that still use this approach. These systems typically use a JSON output for their logs. So, how do we get these JSON logs into a backend analysis system like Honeycomb that primarily accepts OTLP data?