Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/production/ksonnet
irizzant 3478e18021
Loki microservices Tanka: fix error during manifest generation (#9362)
3 years ago
..
enterprise-logs fix: Correct grafana-token creation command (#4405) 4 years ago
loki Loki microservices Tanka: fix error during manifest generation (#9362) 3 years ago
loki-canary Bump helm and jsonnet to latest version (#9327) 3 years ago
loki-simple-scalable Update version used in production scripts (#8925) 3 years ago
promtail Bump helm and jsonnet to latest version (#9327) 3 years ago
README.md Zone aware ingesters (#7923) 3 years ago

README.md

Deploy Loki to Kubernetes

See the Tanka Installation Docs

Multizone ingesters

To use multizone ingesters use following config fields

 _config+: {
     multi_zone_ingester_enabled: false,
     multi_zone_ingester_migration_enabled: false,
     multi_zone_ingester_replicas: 0,
     multi_zone_ingester_max_unavailable: 25,
}