| 123456789101112131415161718192021222324252627282930313233343536373839 |
- ---
- auth_enabled: false
- server:
- http_listen_port: 3100
- common:
- instance_addr: 127.0.0.1
- path_prefix: /loki
- storage:
- filesystem:
- chunks_directory: /loki/chunks
- rules_directory: /loki/rules
- replication_factor: 1
- ring:
- kvstore:
- store: inmemory
- schema_config:
- configs:
- - from: 2020-10-24
- store: tsdb
- object_store: filesystem
- schema: v13
- index:
- prefix: index_
- period: 24h
- limits_config:
- # NOTE: Data Retention is set to 7 days.
- # This is the default value and can be changed
- retention_period: 168h
- ingestion_rate_mb: 4
- ingestion_burst_size_mb: 6
- max_streams_per_user: 10000
- max_line_size: 256000
- ruler:
- alertmanager_url: http://localhost:9093
|