HI
Pls find the real problem
We have 2
sets of logs /folderA/app.log and /folderB/app1.log.filebeat is pushing
the logs from these folders. we want to push them
continuously as new
log messages arrive but in sequential order which will be based on
timestamp of logs getting updated in different files.
Let say we have 2 files
and both are getting within fraction of millisecond difference , So while
receiving log line at logstash we want to maintain the logs to be received in same sequence.
Which is not happening currently in filebeat.