Logs Sequence not in Order

Hi Team,
We are facing an issue where logs on Kibana dashboard are not coming in its original sequence, as seen in the file attached below:

By default kibana orders events by timestamp. logstash does not preserve the order of events, so if you let logstash generate [@timestamp] the events will be "out of order". You should extract the timestamp from the beginning of the message using a dissect filter and then parse it using a date filter.

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