Operations | Monitoring | ITSM | DevOps | Cloud

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

An easier way to configure the OpenTelemetry SDK in your applications | Declarative Configuration

In this video, we'll explore OpenTelemetry's declarative configuration feature, a powerful new method to configure the OpenTelemetry SDK using a YAML file without the complexity and overhead of programmatic instrumentation. I'll demonstrate this with a simple Go application instrumented using declarative configuration, sending metrics, traces, and logs to Splunk Observability Cloud. We'll cover: Resources.

Log Consolidation Made Easy for DevOps Teams

Managing multiple systems that each generate their alerts and logs can quickly become overwhelming. The challenge of scattered logs is a real headache, especially in the fast-paced world of DevOps. Log consolidation is not just a convenience—it's an essential practice that can save you from chaos and improve your operational efficiency. This guide covers everything you need to know about log consolidation, from understanding what it is and why it matters, to practical steps for making it work.

Elastic Observability 9.0/8.18: Elastic Distributions of OpenTelemetry (EDOT) now GA, LLM observability, and more

Elastic Observability 9.0/8.18 announces several key capabilities: Elastic Observability 8.18 and 9.0 is available now on Elastic Cloud — the only Elasticsearch offering to include all of the new features in this latest release. You can also download the Elastic Stack and our cloud orchestration products — Elastic Cloud Enterprise and Elastic Cloud for Kubernetes — for a self-managed experience. What else is new in Elastic 9.0/8.18? Check out the 9.0/8.18 announcement post to learn more.

What Is Hybrid Cloud? Trends, Benefits, and Best Practices

Over the past decade, businesses have realized that relying solely on their data centers has limitations. That’s why 38% of organizations turned to private clouds in 2024 to control their data. However, as the need for more flexibility and scalability grew, they started integrating public cloud services. In this article, we’ll explore hybrid cloud computing, what it is, how it works, and why it’s a hot future trend for businesses.

How to create and monitor an AWS Lambda function in Java 11

Serverless computing is a modern cloud-based application architecture in which the application’s infrastructure and support services layer are completely abstracted from the software layer. While every application still relies on physical servers to run, serverless applications shift that responsibility to cloud service providers like Amazon Web Services (AWS).

The hidden costs of tool sprawl: An SRE's guide to observability consolidation

An overview of the benefits, challenges, and philosophy behind consolidating your observability tools Picture this: It's 3:00 a.m., and your phone is buzzing with alerts from what seems like a dozen different monitoring tools. As you blearily scroll through the notifications, you can't help but wonder, "How did we end up with so many tools, and why can't they just talk to each other?".

Logging vs Monitoring: What's the Real Difference?

Let's talk about something central to DevOps work: logging vs monitoring. While both are essential components of maintaining system health and reliability, they serve distinct purposes and complement each other in different ways. The distinction between them isn't always clear-cut, especially as tooling continues to evolve. This guide talks about the practical applications, technical differences, and implementation strategies for both logging and monitoring in modern DevOps environments.

KubeCon 2025 London: OpenTelemetry Steals the Show and Splunk's Bold Moves

I was lucky enough to attend KubeCon Europe 2025 in London, where the energy around OpenTelemetry (OTel) reached fever pitch. From packed sessions to buzzing hallway conversations, it’s clear: OpenTelemetry isn’t just the future—it’s the present. Here’s what stole the spotlight.

AI assistant: From generalist to specialist

In the AI world, there’s a lot of buzz about creating custom large language models (LLMs) tailored for specific domains, perhaps for better security, context, expertise, or accuracy. It’s an appealing idea: What better way to solve your niche challenges than with a bespoke AI designed just for you? But here’s the thing — building a great LLM isn’t just challenging; it’s prohibitively expensive and resource-intensive.

Debug Logging: A Comprehensive Guide for Developers

When an app breaks and there's no clear clue why, debug logs often hold the answers. They record what the code was doing at each step, making it easier to trace back and spot what went wrong. This guide covers what debug logging is, why it’s useful, and how to use it without turning logs into a wall of noise.