Vector Agent - Kubernetes source fails to follow configs "ignore_older_secs: 86400" and "read_from: end" #16813
Unanswered
EdN-terascope
asked this question in
Q&A
Replies: 1 comment 4 replies
-
One note that the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Vector Agent the kubernetes source is configured to not replay old log events, but old logs are still being processed.
using vector 0.27.0 with helm chart 0.16.3 on kubernetes v1.22.13
Here is the source stanza from the helm chart - is this configured properly? to pick up logs that are a day old or less and follow events added to the end of the file.
This should prevent older logs from being sourced, right? Currently prior events, in some cases going back many months, are being processed. Any suggestions are appreciated
Also using journald source with "since_now: true" and getting expected results - thanks
Beta Was this translation helpful? Give feedback.
All reactions