Logs Explorer

Search, filter, and inspect your logs in real time.

Searching logs

Type in the search bar to do a full-text search across log messages. The search is case-insensitive and supports partial matches.

Structured search

Use tokens to filter by specific fields:

bash
service:api-gateway level:error payment failed

The above finds error logs from api-gateway containing "payment failed". Supported tokens: service: and level:.

Filters

  • Level — filter by trace/debug/info/warn/error/fatal
  • Service — filter by service name
  • Time range — last 15m, 1h, 6h, 24h, 7d, or custom

Trace correlation

Click the trace ID on any log to see all logs that share the same trace — in chronological order with relative timestamps. This shows the full request flow across services.

Log grouping

Toggle Group similar to collapse repeated log messages into a single row with a count. Useful for finding patterns in high-volume logs.

Live Tail

Switch to Live Tail for a real-time stream of incoming logs. Supports service and text filters. Shows logs/sec rate.

Export

Click Export to download the current filtered view as JSON or CSV (up to 10,000 logs).