Fix loki misconfig

This commit is contained in:
Seth Call 2025-12-06 19:31:03 -06:00
parent 6728349bf4
commit 812737c895
1 changed files with 46 additions and 45 deletions

View File

@ -1,51 +1,52 @@
loki: loki:
config: | loki:
auth_enabled: false config: |
server: auth_enabled: false
http_listen_port: 3100 server:
ingester: http_listen_port: 3100
lifecycler: ingester:
address: 127.0.0.1 lifecycler:
ring: address: 127.0.0.1
kvstore: ring:
store: inmemory kvstore:
replication_factor: 1 store: inmemory
schema_config: replication_factor: 1
configs: schema_config:
- from: 2020-10-24 configs:
store: boltdb-shipper - from: 2020-10-24
object_store: filesystem store: boltdb-shipper
schema: v11 object_store: filesystem
index: schema: v11
prefix: index_ index:
period: 24h prefix: index_
storage_config: period: 24h
boltdb_shipper: storage_config:
active_index_directory: /data/loki/index boltdb_shipper:
shared_store: filesystem active_index_directory: /data/loki/index
filesystem: shared_store: filesystem
directory: /data/loki/chunks filesystem:
chunk_store_config: directory: /data/loki/chunks
max_look_back_period: 672h chunk_store_config:
table_manager: max_look_back_period: 672h
retention_deletes_enabled: true table_manager:
retention_period: 672h retention_deletes_enabled: true
retention_period: 672h
singleBinary: singleBinary:
replicas: 1 replicas: 1
persistence: persistence:
enabled: true enabled: true
size: 20Gi size: 20Gi
storageClass: "linode-block-storage-retain" storageClass: "linode-block-storage-retain"
read: read:
replicas: 0 replicas: 0
write: write:
replicas: 0 replicas: 0
backend: backend:
replicas: 0 replicas: 0
gateway: gateway:
enabled: false enabled: false