[ML] Job wizards ignore kuery #22870
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Anomaly Detection
ML anomaly detection
:ml
v6.6.0
Found in version
Browser
Steps to reproduce
kuery
in Kibana's advanced optionskuery
specific syntax, i.e. not compatible with a standardlucene
query (e.g. for thefarequote
dataset:airline: "ASA"
)Expected result
Either:
kuery
query correctlyOr:
kuery
is not supportedActual result
{"match_all":{"boost":1}}
queryAdditional information
lucene
compatible query withkuery
it works as expected (e.g. again for thefarequote
dataset the queryairline: ASA
works - note the missing quotation marks compared to the not working query above)lucene
compatiblekuery
syntax is ignoredThe text was updated successfully, but these errors were encountered: