APM and Heartbeat timestamp does not match with logs timestamp having 5:30 hour difference

I have created dashboard with APM related visualizations and Application logs.
While parsing logs, i used grok debugger in logstash configuration as :
'date {
match => [ "newtimestamp", "ISO8601" ]
target => "@timestamp"
}'

But in Kibana discover page in table it is coming as :

But in json , timestamp field is same as log timestamp.

Because of that when giving time range in dashboard. We are not able to see the logs as per time range. It shows logs created 5:30 hours before.
The timezone on Application server, ELK server and Kibana advanced setting is Asia/Kolkata

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.