-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] Recognize modules takes a long time to return results #116696
Comments
Pinging @elastic/ml-ui (:ml) |
As per suggestion in #117208 (comment), the following should be added to the manifest
This also needs to be done for the ML modules in the apache and nginx integration packages. And the change made in #117208 needs to be reverted. |
Closing issue as the condition
has now been added to the manifest query for all the necessary modules shipped with the ML plugin in #119635 for 8.0.0, and for the Apache and Nginx integration packages. |
Kibana version:
7.13.3
Elasticsearch version:
N/A
Describe the bug:
Currently, it will take a long time to get results from
/api/ml/modules/recognize
especially if the index pattern includes indices that are frozen.Steps to reproduce:
apm-*-transaction*,auditbeat-*,filebeat-*,logs-*,packetbeat-*,winlogbeat-*
where some indices are frozenExpected behavior:
Jobs should be recognized in less than a minute
Any additional context:
We can set the elasticsearch query to respect the UI setting if it's set to ignore frozen in searches.
The text was updated successfully, but these errors were encountered: