Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/docs/sources/query/analyzer.md

13 KiB

title menuTitle description aliases weight
LogQL Analyzer LogQL Analyzer The LogQL Analyzer is an inline educational tool for experimenting with writing LogQL queries. [../logql/analyzer/] 60

LogQL Analyzer

The LogQL Analyzer is an inline tool for experimenting with writing LogQL queries.

Chose the log line format with the radio buttons. A set of example log lines are included for each format.

Use the provided example log lines, or copy and paste your own log lines into the example log lines box.

Use the provided example query, or enter your own query. The [log stream selector]({{< relref "./log_queries#log-stream-selector" >}}) remains fixed for all possible example queries. Modify the remainder of the log line and click on the Run query button to run the entered query against the example log lines.

The results output provides details for each example log line. Clicking on a line in the results pane expands the details, showing why the line is or is not included in the query result set.

Log line format:
Link copied to clipboard. Share
{job="analyze"}
Query:
{job="analyze"}
Run query