Skip to content
Last9 Last9

Grafana Loki in Last9

Use Last9's embedded Grafana Loki to view logs.

Using Grafana Loki

Last9 provides a Grafana Loki interface using LogQL to explore your logs data.

Grafana Loki in Last9

  • Access the Loki UI by visiting Explore and selecting Loki as the datasource.
  • You can perform LogQL queries to explore logs in this interface. This is useful for structured exploration of logs data for people who are familiar with Grafana and Loki.

Note: You can also use Editor Mode to perform LogQL queries in Last9 Native Log Explorer as well.

LogQL Compatibility

Following functions in LogQL are supported.

Terminal window
RATE
COUNT_OVER_TIME
SUM_OVER_TIME
AVG_OVER_TIME
MAX_OVER_TIME
MIN_OVER_TIME
SUM
AVG
COUNT
MAX
MIN
STDDEV
MEDIAN
STDVAR

Following parsers in LogQL are supported.

Terminal window
json
regexp

Read more about the documentation for each function here.

Troubleshooting

Please get in touch with us on Discord or Email if you have any questions.