Grafana Loki | Grafana Labs
https://grafana.com/oss/lokiGrafana Loki. Loki 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. The Loki project was started at Grafana Labs in 2018, and announced ...
Installation | Grafana Labs
grafana.com › docs › lokiInstructions for different methods of installing Loki and Promtail. Install using Tanka (recommended) Install through Helm; Install through Docker or Docker Compose; Install and run locally; Install from source; General process. In order to run Loki, you must: Download and install both Loki and Promtail. Download config files for both programs. Start Loki.
Grafana Loki | Grafana Labs
https://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 data itself is then compressed and stored in chunks in object stores such as S3 or GCS, or even locally on ...
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. The Loki project was started at Grafana Labs in 2018, and announced at KubeCon Seattle. Loki is released under the AGPLv3 license.