13 lines
330 B
YAML
13 lines
330 B
YAML
config:
|
|
clients:
|
|
# - url: http://loki.monitoring-system:3100
|
|
- url: http://loki-gateway/loki/api/v1/push
|
|
tenant_id: badhouseplants
|
|
# publish data to loki
|
|
snippets:
|
|
pipelineStages:
|
|
- match:
|
|
pipeline_name: "drop-all"
|
|
selector: '{namespace!~"public-xray"}'
|
|
action: drop
|