-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Date histogram interval: ElasticSearchParseException #609
Comments
Why was month removed instead of replaced with the correct interval value (since the ES docs claim that it supports month intervals)? |
Sending 'month' instead of '1M' to elasticsearch works fine. But currently Kibana doesn't accept 'month', so if you update the code to accept 'month' then everything will work fine. |
w33ble
pushed a commit
to w33ble/kibana
that referenced
this issue
Sep 13, 2018
* Added EUI to series style. Removed unnecessary CSS and class names * Cleaned up spacing in simple template for series style * Fixed uncontrolled select warning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
With ES 0.90.5 date histograms are partially working: if you select '1M' or 'auto', you get 400 from ES and "ElasticSearchParseException[Failed to parse [auto]]" in kibana. According to ES docs (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-facets-date-histogram-facet.html):
So neither '1M' nor 'auto' are valid values.
The text was updated successfully, but these errors were encountered: