Skip to content

Commit 8ac3118

Browse files
Fix loki after update
1 parent 4fb92b0 commit 8ac3118

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

nebula/addons/waf/loki-config.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
auth_enabled: false
22

3+
common:
4+
path_prefix: /loki
5+
36
server:
47
http_listen_port: 3100
58

@@ -30,10 +33,11 @@ schema_config:
3033
period: 24h
3134

3235
storage_config:
33-
tsdb:
34-
dir: /loki/tsdb
35-
wal:
36-
dir: /loki/wal
36+
filesystem:
37+
directory: /loki/chunks
38+
tsdb_shipper:
39+
active_index_directory: /loki/tsdb-index
40+
cache_location: /loki/tsdb-cache
3741

3842
compactor:
3943
working_directory: /loki/boltdb-shipper-compactor

0 commit comments

Comments
 (0)