elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.77k stars 8.17k forks source link

[ML] Filters are ignored with some query bar entries with pattern analysis and change point. #195212

Open jgowdyelastic opened 2 hours ago

jgowdyelastic commented 2 hours ago

If you add query like * to Discover or the AIOps Labs pages for Pattern Analysis and Change Point and then also add a filter, the filter is ignored.

Image

Remove the * query and the correct filtering is applied:

Image

After a quick investigation, it appear the stateFromUrl is not being set correctly and is causing useSearch to skip over the retrieval of the filters.

First reported here

elasticmachine commented 2 hours ago

Pinging @elastic/ml-ui (:ml)