Monitoring Stack: enable ingester patterns in loki
This commit is contained in:
parent
e08692e10e
commit
e39045f6d0
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ ingester:
|
||||||
enabled: true
|
enabled: true
|
||||||
dir: /loki/wal
|
dir: /loki/wal
|
||||||
flush_on_shutdown: true # When set to true, the ingester will flush its in-memory data on shutdown.
|
flush_on_shutdown: true # When set to true, the ingester will flush its in-memory data on shutdown.
|
||||||
|
pattern_ingester:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
schema_config:
|
schema_config:
|
||||||
configs:
|
configs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue