Logs
Log search with facets and full-text query over what the agent shipped.
Searching
Section titled “Searching”- 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.
Reduction rules are visible here
Section titled “Reduction rules are visible here”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.
From the CLI
Section titled “From the CLI”rtz logs --since 15m --level ERRORrtz logs -s checkout -q 'status:5* AND @http.method:POST'