Replies: 2 comments
-
Do you have an example of a full path of a file that you're trying to exclude? |
Beta Was this translation helpful? Give feedback.
-
Hi, yes, here is an example of a full file path I'm trying to exclude
For context, I have vector deployed as a sidecar, but there are some containers that aren't able to use the sidecar model. For those, we have vector deployed as a daemonset, which is where this glob is living. I want to keep stdout logging enabled, so I can still use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get my kubernetes_logs source to properly exclude log files I'm not interested in. I have a list of keywords that need to be part of the file path, and it should also not watch files that were logrotated or dated.
vector v0.24.2
The filename keywords I'm trying to include are
To do this I've added two exclude globs to my source
However, I'm still seeing vector logs showing it's watching files that should be excluded. I'm not sure if I've done this right.
Beta Was this translation helpful? Give feedback.
All reactions