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

[ML] Job wizards ignore kuery #22870

Closed
pheyos opened this issue Sep 10, 2018 · 3 comments
Closed

[ML] Job wizards ignore kuery #22870

pheyos opened this issue Sep 10, 2018 · 3 comments
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Anomaly Detection ML anomaly detection :ml v6.6.0

Comments

@pheyos
Copy link
Member

pheyos commented Sep 10, 2018

Found in version

  • 7.0.0-alpha1 b2992

Browser

  • Firefox

Steps to reproduce

  • Activate the query language kuery in Kibana's advanced options
  • Create a saved search using kuery specific syntax, i.e. not compatible with a standard lucene query (e.g. for the farequote dataset: airline: "ASA")
  • Create a multi metric job based on that saved search

Expected result
Either:

  • The datafeed handles the kuery query correctly

Or:

  • An error is shown, explaining that kuery is not supported

Actual result

  • The saved query is ignored and the datafeed runs with the default {"match_all":{"boost":1}} query

Additional information

  • When using a lucene compatible query with kuery it works as expected (e.g. again for the farequote dataset the query airline: ASA works - note the missing quotation marks compared to the not working query above)
  • In 6.4.1 b1806 this also happens with the difference that even lucene compatible kuery syntax is ignored
@pheyos pheyos added bug Fixes for quality problems that affect the customer experience :ml Feature:Anomaly Detection ML anomaly detection labels Sep 10, 2018
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui

@richcollier
Copy link

Duplicate of #21062

@peteharverson
Copy link
Contributor

Fixed by #26094

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Anomaly Detection ML anomaly detection :ml v6.6.0
Projects
None yet
Development

No branches or pull requests

4 participants