You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: