Skip to content

Instantly share code, notes, and snippets.

@psujit775
Created December 26, 2021 14:02
Show Gist options
  • Save psujit775/ceaf475fc369e25a2d04501f8a7c0a59 to your computer and use it in GitHub Desktop.
Save psujit775/ceaf475fc369e25a2d04501f8a7c0a59 to your computer and use it in GitHub Desktop.
config file for loki
auth_enabled: false
server:
http_listen_port: 3100
grpc_listen_port: 9096
common:
path_prefix: /etc/loki
storage:
filesystem:
chunks_directory: /etc/loki/chunks
rules_directory: /etc/loki/rules
replication_factor: 1
ring:
instance_addr: 0.0.0.0
kvstore:
store: inmemory
schema_config:
configs:
- from: 2020-10-24
store: boltdb-shipper
object_store: filesystem
schema: v11
index:
prefix: index_
period: 24h
ruler:
alertmanager_url: http://localhost:9093
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment