Skip to content
Snippets Groups Projects
Commit ccc8a816 authored by Jan David Mol's avatar Jan David Mol
Browse files

Reduce label spam for loki

parent a83b2bde
Branches
No related tags found
1 merge request!879V0.30.2 bugfixes
...@@ -108,6 +108,12 @@ healthchecks.require_healthy = true ...@@ -108,6 +108,12 @@ healthchecks.require_healthy = true
del(.label) del(.label)
del(.ts) del(.ts)
del(.msg) del(.msg)
# labels from the docker_logs source that will vary way too much
del(.container_id)
del(.container_created_at)
del(.container_name)
del(.host)
''' '''
[sinks.loki] [sinks.loki]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment