grafana explore logs

main
Alpha Chen 3 weeks ago
parent bbbd4b257d
commit 0de5c46282
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -4,7 +4,7 @@
- name: Set up Loki - name: Set up Loki
hosts: lotus-land-story hosts: lotus-land-story
vars: vars:
version: 2.9.0 version: 3.2.0
tasks: tasks:
- name: Provision Grafana - name: Provision Grafana
@ -50,9 +50,12 @@
store: inmemory store: inmemory
compactor: compactor:
retention_enabled: true retention_enabled: true
# delete_request_store: filesystem delete_request_store: filesystem
limits_config: limits_config:
retention_period: 168h retention_period: 168h
volume_enabled: true
pattern_ingester: # for Explore Logs
enabled: true
schema_config: schema_config:
configs: configs:
- from: 2020-10-24 - from: 2020-10-24
@ -72,13 +75,13 @@
schema: v12 schema: v12
store: tsdb store: tsdb
# - from: 2024-09-28 - from: 2024-09-29
# index: index:
# period: 24h period: 24h
# prefix: index_ prefix: index_
# object_store: filesystem object_store: filesystem
# schema: v13 schema: v13
# store: tsdb store: tsdb
storage_config: storage_config:
filesystem: filesystem:

Loading…
Cancel
Save