Compare commits

..

1 Commits

Author SHA1 Message Date
Marcus Noble 6ce1fa075a Filter out healthz logs 2021-06-15 05:56:09 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -69,13 +69,13 @@ data:
pipeline_stages:
- docker: {}
- match:
selector: '{"__meta_kubernetes_pod_label_k8s_app"="traefik-ingress-lb"}'
selector: '{k8s_app="traefik-ingress-lb"}'
stages:
- json:
expressions:
RequestPath: RequestPath
- labels:
RequestPath
RequestPath:
- match:
selector: '{RequestPath="/healthz"}'
action: drop