Timezone UTC +00:00 getting converted on Kibana Display to +05:30

I am querying Elasticsearch where timestamp is in UTC +00:00 format.

While querying from Kibana it converts to +5:30 which i dont want. Is there any dateformat which will display same quried from Elasticsearch(without changing anything?

Which version of Kibana are you using? Starting with Kibana 4.3 you can set Kibana's timezone to UTC. See the dateFormat:tz option under https://www.elastic.co/guide/en/kibana/current/advanced-options.html. Note that Kibana 4.3 will require Elasticsearch 2.1 or above.

1 Like

I am using kibana-4.1.1. Is it possible there?

It's not possible in Kibana < 4.3 as the code change for this was only merged in 4.3: https://github.com/elastic/kibana/pull/5134