Grafana Loki | Grafana Labs
grafana.com › docs › lokiGrafana Loki is a set of components that can be composed into a fully featured logging stack. Unlike other logging systems, Loki is built around the idea of only indexing metadata about your logs: labels (just like Prometheus labels).
Log queries | Grafana Labs
https://grafana.com/docs/loki/latest/logql/log_queriesLoki supports JSON, logfmt, pattern, regexp and unpack parsers. It’s easier to use the predefined parsers json and logfmt when you can. If you can’t, the pattern and regexp parsers can be used for log lines with an unusual structure. The pattern parser is easier and faster to write; it also outperforms the regexp parser.
Grafana Loki | Grafana Labs
https://grafana.com/oss/lokiLoki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
Get logs into Loki - Grafana Labs
grafana.com › docs › lokiAfter you install and run Grafana Loki, you probably want to get logs from other applications into it. To get application logs into Loki, you need to edit the Promtail configuration file. Detailed information about configuring Promtail is available in Promtail configuration. The following instructions should help you get started.
Grafana Loki | Grafana Labs
grafana.com › oss › lokiLoki is a horizontally scalable, highly available, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.