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

Histogram times don't match log times #69

Closed
mrdavidlaing opened this issue Jul 23, 2013 · 3 comments
Closed

Histogram times don't match log times #69

mrdavidlaing opened this issue Jul 23, 2013 · 3 comments

Comments

@mrdavidlaing
Copy link
Contributor

The times shown in the histogram sometimes don't match the original log event time, as shown below.
kibana 3

It looks like a timezone problem; although I'm unsure whether this is a data or a UI problem.

@mrdavidlaing
Copy link
Contributor Author

The RAW log file line (before being shipped) is as follows

INFO  2013-07-23 12:59:48,529 46 MarketSearchGateway.MarketSearchGateway MarketSearch - ClientAccountId 400194351, Query 

@dpb587
Copy link
Contributor

dpb587 commented Jul 23, 2013

It's a UI issue, but semi-resolvable. By clicking the configuration cog for the histogram, you're able to switch the [Time correction] setting to [utc] instead of the [browser] default.

Long-term, elastic/kibana#95 aims to use local time for (at least) the table panel, in which case the times would match again. There's currently an open PR for the change, although it's incomplete.

@mrdavidlaing
Copy link
Contributor Author

For the moment then, I think we should mark this as "won't fix".

We have a related issue, in that our source log events don't contain timezone info, so we're assuming they are in UTC, when in fact they are in UTC+1. I'll raise a separate issue so we can discuss how to resolve that one.

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

No branches or pull requests

2 participants