Loki | Grafana Labs
https://grafana.com/docs/grafana/latest/datasources/lokiUsing Loki in Grafana. Grafana ships with built-in support for Loki, an open source log aggregation system by Grafana Labs. This topic explains options, variables, querying, and other options specific to this data source. Add it as a data source and you are ready to build dashboards or query your log data in Explore.
Loki | Grafana Labs
grafana.com › docs › grafanaQuerying and displaying log data from Loki is available via Explore, and with the logs panel in dashboards. Select the Loki data source, and then enter a LogQL query to display your logs. A log query consists of two parts: log stream selector, and a log pipeline. For performance reasons begin by choosing a log stream by selecting a log label.
Cheat Sheet - Loki - Seb's IT blog
https://megamorf.gitlab.io/cheat-sheets/loki04.12.2019 · LogQL: Log Query Language. Loki comes with its very own language for querying logs called LogQL.LogQL can be considered a distributed grep with labels for filtering.. A basic LogQL query consists of two parts: the log stream selector and a filter expression.Due to Loki’s design, all LogQL queries are required to contain a log stream selector.