Fix loki
This commit is contained in:
parent
e5007bdfe5
commit
78bcdff0f2
@ -15,3 +15,27 @@ gateway:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
||||||
|
loki:
|
||||||
|
auth_enabled: false
|
||||||
|
|
||||||
|
storage:
|
||||||
|
type: filesystem
|
||||||
|
bucketNames:
|
||||||
|
chunks: loki-chunks
|
||||||
|
ruler: loki-ruler
|
||||||
|
admin: loki-admin
|
||||||
|
|
||||||
|
storage_config:
|
||||||
|
filesystem:
|
||||||
|
directory: /var/loki/chunks
|
||||||
|
|
||||||
|
schemaConfig:
|
||||||
|
configs:
|
||||||
|
- from: 2020-10-15
|
||||||
|
store: boltdb-shipper
|
||||||
|
object_store: filesystem
|
||||||
|
schema: v11
|
||||||
|
index:
|
||||||
|
prefix: index_
|
||||||
|
period: 24h
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user