Created
December 7, 2025 14:56
-
-
Save jhfoo/903906e65fdd9cbd2c1b7ae610b0049a to your computer and use it in GitHub Desktop.
loki.yaml
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 | |
| limits_config: | |
| # Enable log-volume endpoints | |
| volume_enabled: true | |
| volume_max_series: 1000 | |
| common: | |
| ring: | |
| instance_addr: 0.0.0.0 | |
| kvstore: | |
| store: inmemory | |
| path_prefix: /app/db/loki | |
| storage: | |
| filesystem: | |
| chunks_directory: /app/db/loki/chunks | |
| rules_directory: /app/db/loki/rules | |
| replication_factor: 1 | |
| query_range: | |
| results_cache: | |
| cache: | |
| embedded_cache: | |
| enabled: true | |
| max_size_mb: 100 | |
| 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