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

Kibana Internal filter type "Combined" causes datashader to break #56

Open
desean1625 opened this issue Feb 3, 2025 · 1 comment
Open

Comments

@desean1625
Copy link
Contributor

Need to map this kibana internal filter to an accepted Elastic query.

The logic to do this is here it
https://github.com/elastic/kibana/blob/09f1e96c1f82518d159c6b5cb16c636874c2a854/packages/kbn-es-query/src/es_query/from_combined_filter.ts

creates a bool filter or a bool should filter.

This functionality was added in V8.7.0.

elastic/kibana#143928

@desean1625
Copy link
Contributor Author

It might make sense to use this function buildQueryFromFilters on the client side to attempt to future proof against any new internal kibana filter types. We ran into this issue before when kibana introduced controls. this would be a change to kibana_datashader in addition to elastic_datashader.

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

1 participant