I am using the logstash JDBC plugin to retrieve data from my SQL database to Elasticsearch.
It is working fine except I have the following problem:
I am storing my dates in UTC timezone in my database but when I use logstash, the dates are retrieved using the timezone of my machine.
I didn't see in the documentation how to set the timezone of the retrieved data or how to set Logstash to use UTC as local timezone.
Can anyone help ?