-
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
[Visualize] Filter aggregation not working #13424
Comments
Filter aggregation should be disabled in all visualizations, as it is only used with tile map and is enabled with checkbox. @nreese do you want to look into this ? |
I think @thomasneirynck had already started a PR but if not, I can work on it |
I had agreed to take over @thomasneirynck's PR and implement the alternative/plugin-friendly approach but got side-tracked. If you want to take over @nreese I'd be happy to show you what I have. |
@spalger Sure thing. What direction where you heading? |
thx @spalger . Fwiw, I think we can do a stop-gap here and exclude the Filters manually from the relevant visualizations for 6.0. Not sure about the effort involved in introducing the new API, but probably not something we should itnroduce before GA. |
That's a good point @thomasneirynck, a short term solution is probably ideal for now. @nreese this is what I came up with after talking with you and @thomasneirynck: master...spalger:implement/agg_groups. It is a lot more change than I anticipated, the gist of it is:
|
@spalger thx for the overview. In the meantime, I will put up a PR for this problem. |
Kibana version: master
Description of the problem including expected versus actual behavior:
Choosing the filter aggregation in visualize doesn't present any options to enter a filter, which allows the agg to be created without any params, and then sends a query to elasticsearch which triggers a error.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: