Uppdate the loki datadir
This commit is contained in:
parent
812737c895
commit
0a800dafc9
|
|
@ -22,10 +22,10 @@ loki:
|
||||||
period: 24h
|
period: 24h
|
||||||
storage_config:
|
storage_config:
|
||||||
boltdb_shipper:
|
boltdb_shipper:
|
||||||
active_index_directory: /data/loki/index
|
active_index_directory: /var/loki/index
|
||||||
shared_store: filesystem
|
shared_store: filesystem
|
||||||
filesystem:
|
filesystem:
|
||||||
directory: /data/loki/chunks
|
directory: /var/loki/chunks
|
||||||
chunk_store_config:
|
chunk_store_config:
|
||||||
max_look_back_period: 672h
|
max_look_back_period: 672h
|
||||||
table_manager:
|
table_manager:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue