Skip to content

Logs

Log search with facets and full-text query over what the agent shipped.

  • Facet fields are discovered from the data, then each facet shows its values with counts.
  • Free-text search across the log body.
  • The shared time range from Traces and Metrics.

Logs are the signal where volume becomes cost fastest, so the panel shows which reduction rules are in force. That matters when you search for a line and do not find it: the honest answer may be that a rule dropped it, and the UI tells you rather than letting you conclude the event never happened.

Reduction, parsing and sensitive-data rules are managed from Cardinality.

Terminal window
rtz logs --since 15m --level ERROR
rtz logs -s checkout -q 'status:5* AND @http.method:POST'

See Logs, traces & metrics.