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
Environment:
Elasticsearch 1.1.0
Kibana 3 lastest
Server timezone GMT +10 and NTP synced
Client system timezone is also GMT+10 also NTP synced
Everything is kibana config is set to use browser time.
Problem:
If the current time is before 10:00 am, when querying from kibana with time picker set to last 24h or last whatever time, it wont query the latest index, therefore the logs returned stopped at 23:59:59 the day before.
However this problem goes away when time is after 10:00am or the client system time is set to after 10:00 am.
Example:
Today is 6/May/2014, if it is 9:30 am in the morning, when I query the logs from last 24 hour, nothing from 6/May2014 0:00 will show up, if I set the system clock to 10:00am or wait till 10:00am, everything works normally.
I checked in the browser console, when the time is before 10:00am, kibana won't even query the /logstash-2014.05.06 index from elasticsearch.
The text was updated successfully, but these errors were encountered:
Same problem, I'm at GMT+9, upgraded from kibana3.0.0beta5 or something to the release version just yesterday. Kibana won't open the new rotated index until 9AM next morning. Every server, client is set to correct TZ.
I think this wasn't a problem with a previous version.
Environment:
Elasticsearch 1.1.0
Kibana 3 lastest
Server timezone GMT +10 and NTP synced
Client system timezone is also GMT+10 also NTP synced
Everything is kibana config is set to use browser time.
Problem:
If the current time is before 10:00 am, when querying from kibana with time picker set to last 24h or last whatever time, it wont query the latest index, therefore the logs returned stopped at 23:59:59 the day before.
However this problem goes away when time is after 10:00am or the client system time is set to after 10:00 am.
Example:
Today is 6/May/2014, if it is 9:30 am in the morning, when I query the logs from last 24 hour, nothing from 6/May2014 0:00 will show up, if I set the system clock to 10:00am or wait till 10:00am, everything works normally.
I checked in the browser console, when the time is before 10:00am, kibana won't even query the /logstash-2014.05.06 index from elasticsearch.
The text was updated successfully, but these errors were encountered: