We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf9d29 commit 2aad0a4Copy full SHA for 2aad0a4
1 file changed
kubernetes/namespaces/loki/loki_values.yml
@@ -33,11 +33,13 @@ loki:
33
s3ForcePathStyle: true
34
35
ingester:
36
+ wal:
37
+ flush_on_shutdown: true
38
# Flush a chunk after this long with no new writes (even if not full)
- chunk_idle_period: 5m
39
+ chunk_idle_period: 30m
40
# Max age for any chunk regardless of activity
- max_chunk_age: 10m
- chunk_target_size: 1048576 # 1MB
41
+ max_chunk_age: 2h
42
+ chunk_target_size: 10485760 # 10MB
43
chunk_encoding: snappy
44
45
compactor:
0 commit comments