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

Custom histogram interval #3555

Closed
ProTip opened this issue Apr 9, 2015 · 1 comment
Closed

Custom histogram interval #3555

ProTip opened this issue Apr 9, 2015 · 1 comment

Comments

@ProTip
Copy link

ProTip commented Apr 9, 2015

Currently the histogram interval selection is very limiting. We can change it manually through the advanced json input, however the tooltip then displays incorrectly on the graph. It would be nice to be able to manually specify the interval.

Taking a deeper look into editing the object I was surprised to find:

 {
      "id": "2",
      "type": "date_histogram",
      "schema": "segment",
      "params": {
        "field": "@timestamp",
        "interval": "minute",

The interval is just "minute". To me this is sort of disconnect between what's possible with ES and what Kibana allows you to do is hamstringing flexibility in multiple parts of the application.

@rashidkpc
Copy link
Contributor

This exists in master: #3237

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

2 participants