We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since 7.4.0 we have had helpful search metrics added to the datafeed stats API elastic/elasticsearch#44683
We should add these statistics along side the anomaly detector statistics.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html
The text was updated successfully, but these errors were encountered:
Will be in the next minor release.
Sorry, something went wrong.
@nemonster It looks like datafeed stats existed since 5.5 (https://www.elastic.co/guide/en/elasticsearch/reference/5.5/ml-get-datafeed-stats.html) so I think we will want to update this construct to:
ml_datafeeds_stats: subdir: "commercial" versions: ">= 5.5.0 < 7.0.0": "/_xpack/ml/datafeeds/_stats?pretty" ">= 7.0.0": "/_ml/datafeeds/_stats?pretty"
nemonster
Successfully merging a pull request may close this issue.
Since 7.4.0 we have had helpful search metrics added to the datafeed stats API elastic/elasticsearch#44683
We should add these statistics along side the anomaly detector statistics.
https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-get-datafeed-stats.html
The text was updated successfully, but these errors were encountered: