Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Timezone issue,not showing logs from current day #1199

Closed
AnthraX1 opened this issue May 6, 2014 · 2 comments
Closed

Timezone issue,not showing logs from current day #1199

AnthraX1 opened this issue May 6, 2014 · 2 comments

Comments

@AnthraX1
Copy link

AnthraX1 commented May 6, 2014

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.

@styygeli
Copy link

styygeli commented Jun 3, 2014

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.

@rashidkpc
Copy link
Contributor

We've redesigned the way we do index pattern matching in Kibana 4, this should no longer be an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@rashidkpc @styygeli @AnthraX1 and others