Closed
Description
My initial question on ES discuss:
I'm using filebeat to import syslog messages. When looking at the ES document it appears filebeat incorrectly assumes UTC:
ES document:
"@timestamp": "2017-04-01T15:26:51.000Z"
Syslog message"timestamp": "Apr 1 15:26:51"
OS:Sat Apr 1 15:26:51 CEST 2017
Should filebeat not store the @timestamp as 13:26:51?
Response from @tsg:
Thanks for the feedback, I think a variable for the timezone makes sense in this module. Could you open a Github ticket for it, please? It's not trivial to implement because currently we insert the pipelines "as is" without expanding variables into them, but I think that's something we can add.
For confirmed bugs, please report:
- Version: 5.3.0
- Operating System: Debian 8 (using ES repo)
- Steps to Reproduce: add syslog messages in localtime using filebeat, messages are stored in UTC while the time is still localtime and not converted to UTC