Hello,
I use logstash to index a lot of CSV files.
I noticed that the last line of the files was not parsed.
In fact, there is no carriage return after he last line and that is the problem.
Is there a way to solve this with a configuration trick ? (considering not changing the CSV structure itself)
Thank you for your help.
There is not, LS looks for the CRLF.
ok, that's clear thanks