Loki deployment modes

From wikieduonline
Jump to navigation Jump to search



deploymentMode: SimpleScalable
loki:
 auth_enabled: false
 schemaConfig:
   configs:
     - from: 2024-09-06
       store: tsdb
       object_store: s3
       schema: v13
       index:
         prefix: loki_index_
         period: 24h
 ingester:
   chunk_encoding: snappy
 tracing:
   enabled: true
 querier:
   max_concurrent: 4

 # https://grafana.com/docs/loki/latest/configure/#s3_storage_config
 storage:
   type: s3
   bucketNames:
     chunks: logging-1234567890
   s3:
     s3: s3://logging-1234567890
     region: eu-central-1
     s3ForcePathStyle: false
     insecure: false
     http_config: {}
     backoff_config: {}
     disable_dualstack: false

See also[edit]

Advertising: