You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having fun with kibana 3 pre 5, but i have a strange behaviour. As i'm not sure it's a bug or a wrong configuration, i post it as a question.
SO here is my problem. let's say we are the 24th January.
If i specify from "2014/01/24 00:00:00" and let the To field set to "Right now", i have an "invali date or range" message.
In fact, the "right now" date is yesterday. so i have to specify 2014/01/24 23:00:00
The thing is if i want my dashboard refreshed every 15minutes from Midnight to right now, i can't.
Any idea ?
Yann
The text was updated successfully, but these errors were encountered:
I have the same issue, "NOW" works well in queries and filters, but for the timepicker it is pretty much exactly 24h in the past from the current time.
This is probably related to the way that the timepicker code determines the current time which doesn't accomodate for timezones. If I set my system timezone to +13, the "right now" time in the timepicker moves forward as well..
Perhaps .getTimezoneOffset(); could be used to find the time difference between UTC time as returned by new Date(); and system time and then be adjusted for?
Hi,
I'm having fun with kibana 3 pre 5, but i have a strange behaviour. As i'm not sure it's a bug or a wrong configuration, i post it as a question.
SO here is my problem. let's say we are the 24th January.
If i specify from "2014/01/24 00:00:00" and let the To field set to "Right now", i have an "invali date or range" message.
In fact, the "right now" date is yesterday. so i have to specify 2014/01/24 23:00:00
The thing is if i want my dashboard refreshed every 15minutes from Midnight to right now, i can't.
Any idea ?
Yann
The text was updated successfully, but these errors were encountered: