We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If your aggregations result in 0 hits, these errors show up when the vis tries to render
To recreate:
The result should be some errors in your console...
The text was updated successfully, but these errors were encountered:
Affects line charts too....
Sorry, something went wrong.
...and pie charts
Bar charts too. Here's the request and response data
{ "size": 0, "query": { "filtered": { "query": { "query_string": { "query": "*" } }, "filter": { "bool": { "must": [ { "range": { "@timestamp": { "gte": 1415218876862, "lte": 1415247734636 } } } ], "must_not": [] } } } }, "aggs": { "agg_135": { "date_histogram": { "field": "@timestamp", "interval": "300000ms", "min_doc_count": 1, "extended_bounds": { "min": "2014-11-05T20:21:16.862Z", "max": "2014-11-06T04:22:14.636Z" } } } } }
{ "took": 1, "timed_out": false, "_shards": { "total": 1, "successful": 1, "failed": 0 }, "hits": { "total": 0, "max_score": 0, "hits": [] }, "aggregations": { "agg_135": { "buckets": [] } } }
Better ticket in #1887
rashidkpc
Successfully merging a pull request may close this issue.
If your aggregations result in 0 hits, these errors show up when the vis tries to render
To recreate:
The result should be some errors in your console...
The text was updated successfully, but these errors were encountered: