I have previously noticed an issue with what appeared to a massive delay in events being ingested from Linux devices to Elasticsearch, but I finally looked into it a bit more this morning and found that the documents are being written to Elasticsearch with the local time of the machine's local time, minus its timezone offset, instead of the actual UTC time. Since I am located in Colorado with timezone UTC-6, this is causing all events from my Ubuntu machine to appear six hours delayed.
I have attached a screenshot of the current local and UTC time of my computer (as well as OS version in case that info is helpful for the Devs), and one document from Elasticsearch showing that it is stored with my local time minus 6 offset instead of the UTC time. This is a pretty critical issue, as it affects event correlation.
linux_incorrect_timestamp_in_elasticsearch.json
Thank you,
Eric
Support Ticket: 02116258
I have previously noticed an issue with what appeared to a massive delay in events being ingested from Linux devices to Elasticsearch, but I finally looked into it a bit more this morning and found that the documents are being written to Elasticsearch with the local time of the machine's local time, minus its timezone offset, instead of the actual UTC time. Since I am located in Colorado with timezone UTC-6, this is causing all events from my Ubuntu machine to appear six hours delayed.
I have attached a screenshot of the current local and UTC time of my computer (as well as OS version in case that info is helpful for the Devs), and one document from Elasticsearch showing that it is stored with my local time minus 6 offset instead of the UTC time. This is a pretty critical issue, as it affects event correlation.
linux_incorrect_timestamp_in_elasticsearch.json
Thank you,
Eric
Support Ticket: 02116258