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.