Created
July 17, 2020 10:06
-
-
Save darox/79374b5867ef5121f2fef1349ce9c14b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auth_enabled: false | |
server: | |
http_listen_port: 3100 | |
ingester: | |
lifecycler: | |
address: 127.0.0.1 | |
ring: | |
kvstore: | |
store: inmemory | |
replication_factor: 1 | |
final_sleep: 0s | |
chunk_idle_period: 5m | |
chunk_retain_period: 30s | |
schema_config: | |
configs: | |
- from: 2020-05-15 | |
store: boltdb | |
object_store: filesystem | |
schema: v11 | |
index: | |
prefix: index_ | |
period: 168h | |
storage_config: | |
boltdb: | |
directory: /tmp/loki/index | |
filesystem: | |
directory: /tmp/loki/chunks | |
limits_config: | |
enforce_metric_name: false | |
reject_old_samples: true | |
reject_old_samples_max_age: 168h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment