Log sequence issue in Kibana 6.4.2

All,

We are successfully shipping logs to ELK using Python script and app log is created. We have created a JSON index in Kibana to search the log. Actual App Logs are generating in Kibana but with different sequence.

We have cross-checked logship.ini and found out that there is some problem with Kibana reading milliseconds of the Actual log file.

We have used UTC=True but date parsing is not happening for milliseconds, instead it takes 000Z.

Any suggestion pls.

Are you indexing directly into Elasticsearch from your Python application? What does a sample JSON document look like if you open the discover tab?

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