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 doesn't respect ES date intervals of 'day', 'month', 'quarter', etc #754

Closed
chadhahn opened this issue Dec 6, 2013 · 2 comments

Comments

@chadhahn
Copy link

chadhahn commented Dec 6, 2013

It's valid to request interval values of 'day', 'month', 'quarter' and several others from the date histogram in ES 0.90.x, but Kibana's histogram UI doesn't render those values. It ignores the returned response instead of plotting it properly.

@rashidkpc
Copy link
Contributor

The reason for this is that kibana calculates the histogram buckets client side. We'll be changing the way this works in the future.

@rashidkpc
Copy link
Contributor

This is supported in Kibana 4

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

3 participants
@chadhahn @rashidkpc and others