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
Dmitriy Okladin 2d62fca05d
fix(ksonnet): Do not generate rbac for consul if you are using memberlist (#12688)
1 year ago
..
enterprise-logs Remove shared_store and shared_store_key_prefix from shipper and compactor (#10840) 2 years ago
loki fix(ksonnet): Do not generate rbac for consul if you are using memberlist (#12688) 1 year ago
loki-canary chore: update examples, docs to use the latest loki version (#10925) 2 years ago
loki-simple-scalable chore: follow-up to #11151 and #11025 (#11225) 2 years ago
promtail chore: update examples, docs to use the latest loki version (#10925) 2 years ago
README.md Zone aware ingesters (#7923) 2 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,
}