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 not displaying full time range #643

Closed
gregweg opened this issue Oct 30, 2013 · 1 comment
Closed

Histogram not displaying full time range #643

gregweg opened this issue Oct 30, 2013 · 1 comment
Labels
notabug When the issue is closed this label Indicates that it wasn't a bug

Comments

@gregweg
Copy link

gregweg commented Oct 30, 2013

Hello,

I've run into an issue with displaying histogram over periods longer than an hour.

Currently my Elastic Search is set to index hourly to reduce the performance of searches. However I'm seeing that this causes issues with histogram display. When selecting any time over a day, I'm seeing the histogram plot for the beginning and end indexes of that time range.

From Hist Query: (logsearch-2013.10.30.22,logsearch-2013.10.30.10/_search?pretty') Only hitting start and end index from time picker.

Meanwhile the rest is blank. I don't know if this is a unique issue I'm seeing because of the configuration of the indices but I'd really appreciate any help/suggestions you might offer.

histogrambug

Thanks!
-Greg

@rashidkpc
Copy link
Contributor

This is usually because you have interval set to day, but are using hourly indices.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notabug When the issue is closed this label Indicates that it wasn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants
@rashidkpc @gregweg and others