Skip to content

Commit 69fbabb

Browse files
loki: max_look_back_period is now under querier.engine
Changed in grafana/loki#3677
1 parent 35abfa7 commit 69fbabb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

loki/files/config.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ chunk_store_config:
88
consistent_hash: true
99
host: memcached
1010
service: memcached-client
11-
# Must be a multiple of schema_config index.period
12-
# Default to 400 days retention.
13-
max_look_back_period: 9600h
1411
compactor:
1512
shared_store: aws
1613
distributor:
@@ -64,6 +61,10 @@ memberlist:
6461
- querier
6562
- ruler
6663
querier:
64+
engine:
65+
# Must be a multiple of schema_config index.period
66+
# Default to 400 days retention.
67+
max_look_back_period: 9600h
6768
query_ingesters_within: 2h
6869
query_range:
6970
align_queries_with_step: true

0 commit comments

Comments
 (0)