Single line files

i'm trying to make a pipeline that sends xml documents to elasticsearch. Problem is that each document is in its own separate file as a single line without \n in the end.
Any way to tell logstash not to wait for \n but read whole file till EOF and send it?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.