diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:21:15 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-04-01 17:21:15 +0900 |
| commit | 7388b83e7aac55ec7d8872ce58794b29b33c6522 (patch) | |
| tree | eba444fed0e10963e86232f4c172225e0d7ab947 /monitoring/loki/loki-config.yaml | |
| parent | 3c880c4de185aa44c3672687497aea269bbec220 (diff) | |
feat(monitoring): add Loki + Promtail for log aggregation
Diffstat (limited to 'monitoring/loki/loki-config.yaml')
| -rw-r--r-- | monitoring/loki/loki-config.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/monitoring/loki/loki-config.yaml b/monitoring/loki/loki-config.yaml new file mode 100644 index 0000000..a696f78 --- /dev/null +++ b/monitoring/loki/loki-config.yaml @@ -0,0 +1,28 @@ +auth_enabled: false + +server: + http_listen_port: 3100 + +common: + 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: + retention_period: 168h |
