Reading log files from the beginning just once #22708
Unanswered
gingerbreadtrev
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @gingerbreadtrev, I believe you are looking for the Also, you might be interested in the remove_after_secs option.
|
Beta Was this translation helpful? Give feedback.
2 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.
-
I want to use vector to replace filebeat but I haven't been able to find a way to make vector replicate filebeat's ability to read through log files starting at the beginning and then exit when reaching the EOF.
I have a static set of logs won't have anymore logs added so I don't need to tail or continuously monitor them I just need to read through them all once. I wanted to try using vector because of it's transformation abilities so I was wondering if this was possible?
Beta Was this translation helpful? Give feedback.
All reactions