Monitoring Stack: hopfully correct way on now to enable ingrester patterns for loki
This commit is contained in:
parent
ec0d85fb2f
commit
8379570bed
1 changed files with 5 additions and 0 deletions
|
@ -56,6 +56,11 @@ limits_config:
|
|||
retention_period: 96h # How long logs will be retained
|
||||
volume_enabled: true
|
||||
|
||||
pattern_ingester:
|
||||
enabled: true
|
||||
metric_aggregation:
|
||||
loki_address: localhost:3100 # This usually points to Loki's gRPC port, 3100 is HTTP, 9096 is gRPC by default
|
||||
|
||||
ruler:
|
||||
storage:
|
||||
type: local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue