Operations | Monitoring | ITSM | DevOps | Cloud

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

Elastic Powers GitHub's Seamless Developer Experience

David Tippet, Search Engineer at GitHub, shares how Elastic powers GitHub’s massive search platform and enables a seamless developer experience. He explains how GitHub balances AI-driven semantic search with traditional keyword search, ensuring accuracy for millions of diverse users, from engineers to security researchers.

Kafka Performance Crisis: How We Scaled OpenTelemetry Log Ingestion by 150%

When your telemetry pipeline starts falling behind, the countdown to production impact has already begun. One Bindplane customer operating a large-scale log ingestion pipeline built on the OpenTelemetry Collector and Kafka hit that breaking point. Instead of keeping pace with incoming data, their pipeline was ingesting just 12,000 events per second (EPS) per partition/collector—and this Kafka topic had 16 partitions. In aggregate, that was roughly 192K EPS.

Logs & Search slowing you down? Simplify and accelerate with Aiven for OpenSearch

For many growing businesses, data infrastructure grows and evolves organically. This often results in teams running one technology for log analytics, like a self-managed ELK cluster, and a completely separate technology for application search. While functional, these disparate tech stacks begin to eat into the bottom line. Businesses grapple with fragmented skill sets, inconsistent security models, multiple vendors, and a constant operational tax.

The Observability Problem Isn't Data Volume Anymore-It's Context

For years, the observability industry has been obsessed with one thing: data volume. We've built incredible pipelines, optimized agents, and scaled storage to handle petabytes of logs, metrics, and traces. The promise was simple: collect more data, get more visibility. But we've hit a wall.

How to Effectively Monitor Kubernetes in 2025

As Kubernetes environments continue to grow in scale and complexity, having a robust monitoring strategy is no longer just good practice, it’s essential for survival. For engineering teams in 2025, effective monitoring and observability is the bedrock of performance, reliability, and cost control. This guide dives into the critical aspects of modern Kubernetes monitoring, from key metrics to the top tools/frameworks and the rising role of AI in managing these complex systems.

Visualize Logs Alongside Metrics: A Complete Guide for Monitoring Slow MySQL Queries

When a service slows down, metrics will tell you that it’s happening but logs tell you why. For MySQL, slow queries can be a silent performance killer, gradually chewing through resources until users start complaining. By enabling MySQL’s slow query log and forwarding it to Loki (via Promtail), you can visualize query-level details right alongside your metrics on Grafana dashboards. This makes it easy to correlate what is slow (metrics) with what is causing the slowdown (logs).

How to Adjust Semantic and Lexical Search Weights in Elasticsearch

In this session, we’ll show you how *hybrid search using Elastic* lets you assign weights to different search types — for example, giving semantic search three times more influence than lexical search. This lets you fine-tune the balance between precise keyword matching and broader, context-aware results.