onasty/infra/loki/config.yaml (view raw)
| 1 | auth_enabled: false |
| 2 | |
| 3 | server: |
| 4 | http_listen_port: 3100 |
| 5 | |
| 6 | limits_config: |
| 7 | allow_structured_metadata: false |
| 8 | |
| 9 | common: |
| 10 | path_prefix: /tmp/loki |
| 11 | storage: |
| 12 | filesystem: |
| 13 | chunks_directory: /tmp/loki/chunks |
| 14 | rules_directory: /tmp/loki/rules |
| 15 | replication_factor: 1 |
| 16 | ring: |
| 17 | instance_addr: 127.0.0.1 |
| 18 | kvstore: |
| 19 | store: inmemory |
| 20 | |
| 21 | schema_config: |
| 22 | configs: |
| 23 | - from: 2020-10-24 |
| 24 | store: boltdb-shipper |
| 25 | object_store: filesystem |
| 26 | schema: v11 |
| 27 | index: |
| 28 | prefix: index_ |
| 29 | period: 24h |