After removal of checkpoint files multiline logs ingested line by line #14158
podshivalovdv
started this conversation in
General
Replies: 1 comment 3 replies
-
This sounds like you've hit a bug. Does it produce all the logs as one-line events, or just some of them? Could you clarify what you mean by you see data from some of the files in the console when you restart? If I understand your configuration, this would be the usual case (file source, console sink). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi :)
I'm testing configuration for Vector and need to be able to re-ingest the same data in staging system to make sure that it is ingested properly (I did tests on samples, now need real data).
The logs are multiline and have timestamp in the beginning of each message. I use source like this :
And that data is send to Vector's console. Logs are not that big.
And I've noticed a strange behavior: if I remove a checkpoint file related to api_logs and restart Vector then vector disregards the multiline configuration and emerges several one-line events instead of a multiline event.
More over, some times I have to restart Vector service several times I see data from some of the files in the console.
Is this an expected behavior or is it a bug?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions