Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kibana 4 DateTime Displaying Local Values

I'm storing data in ElasticSearch that looks something like: "_source": { "realtimestamp": "2014-12-05", … },

And I have users in different time zones creating Kibana 4 Charts to view the data. The problem is that we would like for the Kibana 4 Charts to show the time values in UTC Time Zone and NOT in the user's local time zone.

The image shows how the date value is being rendered now (NOT in UTC):the image below shows how the value is currently being rendered

Any idea how I can get Kibana 4 to display date values in UTC to the user? THANKS! - Matt

like image 740
TrampSansTom Avatar asked Sep 29 '22 00:09

TrampSansTom


1 Answers

There is still stuff missing in K4B3 ("beta 3"). I don't see much timezone support. See this ticket:

https://github.com/elasticsearch/kibana/issues/1600

like image 197
Alain Collins Avatar answered Oct 03 '22 07:10

Alain Collins