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.
