I have two logs from different sources that I am pulling into elasticsearch via logstash and then visualizing with kibana. My problem is that the start time of each log should be the same however, one of the logs is recording entries incorrectly 30 minutes ahead.
How do I correct this time issue, is there a logstash filter that can subtract 30 minutes from the time or can I add some advanced query in Kibana?
I prefer to update the log entries in logstash.