Clarify "File" Source behavior #22103
Unanswered
DmitryLukyanov
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @DmitryLukyanov !
This should be the default behavior. Vector will attempt to read all data from the last checkpoint and send it (this may mean multiple batches). If you aren't seeing this, which would be surprising given how widely used the
The default batch settings for the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have very simple vector configuration (windows OS):
which I run with the following command:
Let's say I have a log file with 10000 lines (each line is
guid\r\n
). When I run vector command, it looks like it processes only first "batch" (in my case first 52 lines):The last output lines in the shell is:
to process a next batch, I need to launch the
vector -c ..
command again (checkpoints.json
each time is updated accordingly).So my questions are:
vector -c ..
command multiple time?Beta Was this translation helpful? Give feedback.
All reactions