@ -3,7 +3,7 @@
vars_files:
- vars.yml
vars:
version: 11.1.5
version: 11.2.1
tasks:
- name: Create Grafana dir
@ -4,7 +4,7 @@
- name: Set up Loki
hosts: lotus-land-story
version: 2.8.0
version: 2.9.0
- name: Provision Grafana
@ -72,14 +72,13 @@
schema: v12
store: tsdb
# https://grafana.com/docs/loki/latest/operations/storage/tsdb/
# - from: 2024-09-28
- from: 2024-09-27
# index:
index:
# period: 24h
period: 24h
# prefix: index_
prefix: index_
# object_store: filesystem
object_store: filesystem
# schema: v13
# store: tsdb
storage_config:
filesystem:
@ -85,6 +85,7 @@
- /var/run:/var/run:rw
- /sys:/sys:ro
- /var/lib/docker/:/var/lib/docker:ro
- /etc/machine-id:/etc/machine-id:ro
restart_policy: unless-stopped
networks:
- name: lotus_land_story