惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
博客园 - 司徒正美
美团技术团队
WordPress大学
WordPress大学
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
T
Troy Hunt's Blog
S
Schneier on Security
T
The Exploit Database - CXSecurity.com
P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
Cisco Talos Blog
Cisco Talos Blog
T
Tor Project blog
B
Blog
NISL@THU
NISL@THU
月光博客
月光博客
博客园 - 【当耐特】
AWS News Blog
AWS News Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
腾讯CDC
L
Lohrmann on Cybersecurity
The Cloudflare Blog
L
LINUX DO - 最新话题
S
Security @ Cisco Blogs
S
Secure Thoughts
Spread Privacy
Spread Privacy
有赞技术团队
有赞技术团队
The Last Watchdog
The Last Watchdog
Project Zero
Project Zero
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Vercel News
Vercel News
H
Hacker News: Front Page
S
SegmentFault 最新的问题
Schneier on Security
Schneier on Security
aimingoo的专栏
aimingoo的专栏
P
Privacy & Cybersecurity Law Blog
博客园 - 三生石上(FineUI控件)
Forbes - Security
Forbes - Security
C
CXSECURITY Database RSS Feed - CXSecurity.com
I
InfoQ
T
Tailwind CSS Blog
Application and Cybersecurity Blog
Application and Cybersecurity Blog
G
GRAHAM CLULEY
W
WeLiveSecurity
小众软件
小众软件
Recorded Future
Recorded Future
Cyberwarzone
Cyberwarzone
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org

Coralogix

Stop Guessing Why Your Pods Are Crashing Coralogix Raises $200M to Scale the Observability Backbone for the Age of AI DataPrime at ingest (DPXL): See the impact of any routing decision Explore for Spans: One View with Infinite Depth What Is Log Monitoring? Pipeline, Pitfalls, and Practices for 2026 What Is APM? A Guide to Application Performance Monitoring What Is an Incident Commander? Role, Skills, and Best Practices Managing OpenTelemetry at Scale: Why OTel Pipelines Need a Control Plane The cost of knowledge Introducing the Coralogix CLI: Headless Observability for Every Agent How the Coralogix CLI Adds Production Intelligence to Any Agent for Any Use Case Real-Time Database Monitoring: Solving Database Latency with Zero-Code eBPF Tracing Coralogix and Atlassian: Full-Stack Observability Inside the Incident Workflow Your Team is Using Claude Code. Do You Know What It’s Costing You? How Kotak811 Revolutionized Digital Banking Observability with Coralogix The Security Trifecta: Operationalizing API Protection with AWS, Wallarm, and Coralogix From Vibes to Signals: Observing Your AI Coding Workflow What “AI-Ready Data” actually means for observability teams Code Agents Need Observability DataPrime at Ingest: Fine-Grained TCO Routing with DPXL Agent-First Observability: Dynamic Data, High Cardinality, and the Business Impact Building Audit-Ready Observability for Digital Banking Debug frontend issues with AI: Real user monitoring meets the Coralogix MCP server The End of Manual Instrumentation: Scaling Observability with OTel OBI & Coralogix Evil Token: AI-Enabled Device Code Phishing Campaign Spending More, Seeing Less: How Indexing Limits Capital Markets Visibility Digital Trading: Why “Healthy Systems” Still Lose Trades From Trace to Root Cause: Mastering the new Trace Drilldown Coralogix Earns 196 Badges in G2 Spring 2026 Reports Across 15 Categories Bridging the gap between mobile experience and technical reality Monitor schema health with engine.schema_fields: Structure, Drift, and Volatility AWS GuardDuty Modules Explained: Features, Coverage, and How Customers Benefit with Coralogix The AWS logs you miss during an incident Slack, Teams & Google Chat in Your SIEM: Why Collaboration Audit Logs Matter
New Explore: Faster answers, less friction, and a better way to investigate your data
Ofri.grushka@coralogix.com · 2026-05-27 · via Coralogix

There is a moment every engineer knows too well. Something is wrong in production. You have an alert, a vague symptom, and pressure to find the one signal that explains what changed. You open your logs and traces, and you immediately hit the same two problems: the dataset is huge, and the path from “I see something odd” to “I understand why” is full of tiny, exhausting steps.

Meet new Explore, our redesigned investigation experience for logs, traces, and spans. It is built to offer zero learning curve for first-time users, maximize efficiency for daily debugging, and provide true data exploration when you need to turn raw events into an actionable story.

Why data can be hard to explore in the first place

Telemetry is one of the most valuable sources of truth, but it comes with a unique challenge. Logs are often unstructured or semi-structured. Two logs from the same service might not share the same fields, and the underlying infrastructure schema changes continuously. Even when the data is present, investigations slow down because you do not know which fields exist, what values are common, or how to narrow the scope without trial and error.

That is why many teams end up treating log and span exploration like a series of disconnected tasks. Search, scroll, copy a value, paste it somewhere else, adjust the time range, repeat. You spend time operating the tool instead of learning from the data.

New Explore focuses on turning that process into a single, coherent workflow.

A more natural investigation flow

Most investigations start in one of two ways.

Sometimes you know exactly what you are looking for. A request ID, an exception type, a pod name, a customer identifier, or a specific error message. Other times you do not know which log or span you are looking for yet. You only know the symptom. There is a spike in errors, latency climbed, a deployment happened, or a service started restarting. You need to explore the shape of the problem before you can even write the query.

New Explore supports both of these paths across logs and traces without forcing you into separate tools. You can start broadly, narrow quickly, then drill into the exact entry that explains the behavior.

Query Builder: Exploration without writing code

One of the biggest improvements in new Explore is the emphasis on a UI-first Query Builder. The goal is simple: let users filter, group, and aggregate logs and spans through guided visual workflows without needing to switch into a code editor or remember syntax details.

This matters because many useful questions are not “find me the log with this exact value.” They are structural questions like:

  • What error types increased in the last 30 minutes?
  • Which services are producing most of the warnings?
  • Which environment is driving the spike?
  • Which region or customer ID is affected?

In this new Explore, these questions are answered directly through interactive controls. Instead of jumping immediately into a complicated query, you can build up the investigation step by step using Group by, aggregation chips, order by and limit as to see the results change, and iterate quickly.

Move from raw data to patterns, not just more scrolling

Scrolling through raw lines is sometimes necessary, but it is rarely the fastest way to understand what is happening. The more effective approach is to summarize, then zoom in.

New Explore makes this flow seamless with the Overview tab. When you add a grouping or aggregation in the Query Builder, the interface routes you to an aggregated, sortable view automatically. You can shift from raw events to a table that shows top contributors or quiet outliers, then click through to see the underlying logs or spans that explain a spike. It helps you find exactly what is driving an issue in minutes instead of turning it into a manual sampling exercise. The Overview tab works alongside all other tabs, switch to Logs or Spans at any time to see the raw data behind the aggregation

Context-aware field discovery with Schema Store

In most observability tools, you are stuck guessing which fields exist. In new Explore, you always know.

Traditional log exploration is plagued by inconsistent schemas, forcing engineers to manually type out keys and pray they are spelled correctly or actually present in the data. Explore eliminates this friction by tracking your evolving schema automatically behind the scenes.

The updated Fields panel directly reads the Coralogix Schema Store to understand exactly which fields existed and, crucially, when they existed. This historical tracking makes the autocomplete panel completely context-aware, aligning perfectly with your active time window.

As you search, the Fields panel displays an open list of every detected key for that specific interval. Instead of dealing with rigid, static filters, you can favorite key attributes to pin them to the top of your workspace, view real-time field popularity statistics, and inspect inline value distributions to see the most common values before you even hit run.

Templates: Reduce noise and focus on recurring signals

In high-volume environments, the majority of log volume is repetitive. The same basic messages appear millions of times, creating noise that buries what is actually new.

New Explore includes templates as a core part of the experience. Templates use log aggregation algorithms to cluster repetitive logs together automatically so you can focus on patterns instead of reading the same message hundreds of times. When you are investigating an incident, it is often more useful to know that a specific log pattern is suddenly spiking than it is to scan 500 near-identical lines. This makes it easy to isolate rare errors and high-impact anomalies instantly.

An investigation hub, not a single-purpose screen

Log and trace exploration rarely ends with finding a single record. Usually, it triggers a sequence of follow-up questions.

You find the event, then you ask what happened before it, whether other microservices emitted something related, or if the pattern appears in another environment. New Explore

is designed as an interactive hub where those follow-up questions are expected. The experience includes desktop-grade navigation features to keep your workflow continuous:

  • Explore Tabs: Open multiple tabs to run queries in parallel. Compare log volume across two different services, or track logs in one tab while inspecting traces in another without losing your place.
  • Saved Views: Capture your complete screen configuration, including your query, open tabs, filters, layout, visualizations, and time ranges to return to investigations later.
  • Saved Queries: Preserve pure query logic so you can reuse complex expressions across different sessions and time windows.

DataPrime: The default for true data exploration

While a UI-first Query Builder is great for speed, deep data exploration requires full analytical control. New Explore natively integrates DataPrime as the default language for deeply analyzing telemetry.

By switching to code mode, you can leverage DataPrime’s pipeline syntax to write complex queries with joins, unions, and powerful data operators. This is not an isolated “advanced mode” gated for specific users. It is a core part of the workflow. Use the visual builder when you want momentum, and switch to the code editor when you need exactness. Because both modes stay in sync, teams can collaborate on the same investigation regardless of their querying preference.

Interactive visualizations for instant pattern spotting

Turn your query results into charts and tables directly in Explore without rebuilding your work. The platform gives you two distinct options for visualization: tracking metrics over time or analyzing categorical distributions.

You can completely control how your data is presented using the Visualize as dropdown directly above the results panel. If you are inspecting raw rows or grouped results in a table, this button unlocks a variety of interactive chart types, including line, area, vertical or horizontal bar, and pie charts.

This layout becomes incredibly powerful when investigating an anomaly. The interface allows you to view your time-series graph and the categorical Overview visualizations side by side on the same screen. This means you can track a latency spike on a timeline while simultaneously scanning a pie chart of the top contributing microservices or error codes next to it.

Every visual element remains interactive. You can select and drag across a region on a time-series chart to zoom your global time picker into a specific window, or right-click any chart segment to instantly filter a value in or out of your active query.

The takeaway

Telemetry is the fastest way to answer “what actually happened?” but only if the experience supports the way engineers investigate in real life. New Explore is built to make that process faster, more approachable, and completely repeatable. By unifying logs and spans, tracking schemas automatically, and balancing visual building with powerful DataPrime exploration, it helps you go from symptom to story with fewer steps and less guesswork.

For a deep dive into distributed trace investigation with Explore Spans, read our blog focused on Explore for spans here, and our documentation here