Operations | Monitoring | ITSM | DevOps | Cloud

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

AI SRE Agent Audits Runbook Coverage and Opens the PRs: AURA

3 a.m., the pager fires, and the runbook describes a service that shipped three versions ago. Ask the agent what the cluster actually has instead. Runbooks go stale because clusters change faster than documentation does. Every deploy, every new service, every renamed alert widens the gap between what is running and what is written down.

Only hard work: AI's unexpected burnout risk

On this episode of Masters of Data, we dig into what happens when AI actually delivers on its promise to eliminate busywork, and explore why removing the toil doesn't feel like the win everyone expected. We make the case that repetitive tasks build the intuition, pattern recognition, and muscle memory people need to do the harder work well. Security and engineering leaders rethinking how much triage and busywork to hand off to AI will find plenty to chew on here, especially anyone staring down a task list where every single item feels like the hardest one.

AI Only Your Data Can Build

Your competitive edge isn't the model; it's the data that only you have. Sonal Pardeshi, Head of AI Product at Splunk, explains why teams building on general-purpose models keep arriving at the same generic outcomes, and what changes when agents are grounded in your own machine data and your own governance. AI Toolkit and Agent Launchpad let teams build and run agents against your grounded data.

Zero-Code Instrumentation in Kubernetes Without the Instrumentation CRD

The OpenTelemetry Operator changed how teams approach telemetry collection in Kubernetes. The core appeal of zero-code instrumentation is that you can bring up telemetry inside application containers to collect traces, metrics, and logs without touching your source code or rebuilding your container images. However, if you follow the default OpenTelemetry Operator documentation, you quickly run into a heavy operational prerequisite: the Instrumentation CRD.

AI SRE Agent with Temporal, ClickHouse, and Codex: AURA in a Gated Run

1,133 requests failed on one bad commit. The patch and the regression test are already written by the time anyone is asked to read the exact diff. This demo runs AURA as one step inside a Temporal workflow, alongside Codex. A GET request against a product catalog service goes from success to HTTP 500, and ClickHouse records the version, commit, trace ID, and exact error for every request. By the time AURA investigates, all 1,133 requests on that version have failed.

From Answers to Assets: Open 360 AI Chat Can Now Create Your Alerts and Dashboards

Open 360 AI chat can now do more than investigate and explain. With new Logz.io API skills, the agent can create and manage Open 360 and Cloud SIEM objects, such as alerts and dashboards, directly from the conversation. Find an error pattern worth watching? Ask the agent to create the alert. Need a view of a service you just investigated? Ask for the dashboard. The insight and the follow-through now happen in the same place.

Trace an AI SRE Agent: AURA Docker Quickstart with Phoenix and OTel

You get an answer from the agent and no way to check how it got there. The route it took is recorded, and so is the reason it gave for taking it. AURA emits OpenTelemetry spans, and the Docker quickstart wires them straight into Phoenix. Four services come up together: AURA Web Server as the persistent agent harness, LibreChat as a browser interface for chatting with the agent, Phoenix to receive the spans, and MongoDB to store stateful data for LibreChat. The Compose file arrives pre-configured to point AURA at Phoenix and to enable content recording for the local demo.