When entering the time in the time filter, Kibana (3.1.2) does not account for my time zone (utc+4). What's the matter... tomcat, elastic or kibana?
Asked
Active
Viewed 104 times
1 Answers
0
The time picker at the top right shows the dates in your local time, however, the range
filter uses the equivalent UTC dates in order to filter your documents.
What you see in the filter is the exact UTC dates used to filter your documents.
2016-07-26T00:13:18.740Z
(at UTC+0) in the filter is equivalent to (i.e. the same date as) Jul 26, 2016 04:13:18
(at UTC+4) in the time picker.
So there are no errors here, simply a visual disconnect between the date you've selected and the date you're seeing in the range
filter.

Val
- 207,596
- 13
- 358
- 360
-
Do you need more info on this? – Val Aug 03 '16 at 04:57
-
How to make a filter shows the same time as the top? – user6666391 Aug 03 '16 at 05:11
-
As far as I know, Kibana 3 doesn't support this, that was only "fixed" in Kibana 4, if memory serves. – Val Aug 03 '16 at 05:12