logssearch

Log Explorer

Search, filter, and inspect your log events. Learn how to use search, level filters, service filters, and the log detail panel.

Log Explorer

Search and inspect your log events in real time.

What you’ll need

Step 1: Open Log Explorer

Click Log Explorer in the left sidebar. You’ll see a table of recent log events, newest first.

The table shows:

Step 2: Search for a log

Click the Search bar at the top and type any keyword from your log message.

Search is case-insensitive and matches against the message field. Hit Enter or wait 300ms for results to update.

Tip: Search is prefix-matched. Searching token fail will match token validation failed.

Step 3: Filter by level or service

Use the filter dropdowns in the toolbar:

All filters work together — combining Level: error + Service: api-gateway shows only errors from that service.

Step 4: Open a log detail

Click any row in the table to open the log detail panel on the right side.

The panel shows:

Click View Pattern to jump to the pattern detail for this message shape.

Step 5: Copy an event ID

In the detail panel, click the copy icon next to the Event ID to copy it to your clipboard.

Event IDs are globally unique and can be used to reference a specific log line when debugging across teams.

Querying logs older than 24 hours

Log Explorer automatically searches the archive when your time range extends beyond the last 24 hours. No extra steps are needed — just set a from date further back and the query will include archived events.

When archive results are returned, a small Archive or Merged chip appears near the results count, indicating which storage tier was queried:

If the chip shows ~approximate, it means the archive scan reached its 50,000-event limit before scanning the entire range. The results are still useful but may not be complete — narrow your time range or add filters to get precise counts.

Tip: For large historical investigations, use the Archive page to browse by exact hour bucket.

You’re done

You can now search, filter, and inspect any log event. Next steps:

Full query API reference — pagination, cursor-based navigation, and all supported filter parameters.

API Reference

Want the full API spec for this feature?

View in Docs →
← All guides