exclude pod or namespace or containers from Kubernates logs #16519
-
Good day! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Have a look at the docs here: https://master.vector.dev/docs/reference/configuration/sources/kubernetes_logs/#filtering Generally it would be preferable to set a label on the namespace Let me know if you have further questions. |
Beta Was this translation helpful? Give feedback.
Have a look at the docs here: https://master.vector.dev/docs/reference/configuration/sources/kubernetes_logs/#filtering
Generally it would be preferable to set a label on the namespace
vector.dev/exclude: "true"
. These will then automatically be excluded from the source.Let me know if you have further questions.