Loki Configure: S3 Single Store
Loki Configure: S3 Single Store

Loki v3.5.x install using APT Add the Grafana Advanced Package Tool (APT) or RPM Package Manager (RPM) package repository following the linked instructions. Install Loki apt-get update apt-cache madison loki apt-get install loki=3.5.8 S3 Single Store config.yaml auth_enabled: true # true, multi-tenant mode server: http_listen_port: 3100 grpc_listen_port: 9096 log_level: info grpc_server_max_concurrent_streams: 1000 common: #instance_addr: 127.0.0.1... » read more

Loki Architecture
Loki Architecture

Architecture Reference Documentation: https://grafana.com/blog/2018/12/12/loki-prometheus-inspired-open-source-logging-for-cloud-natives/ Distributor Once promtail collects and sends the logs to Loki, the distributor is the first component to receive them. Now we could be receiving millions of writes per second and we wouldn’t want to write them to a database as they come in. That would kill any database out there. We... » read more