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

Add datafeed stats information to support diagnostic #426

Closed
benwtrent opened this issue Jun 16, 2020 · 2 comments · Fixed by #427
Closed

Add datafeed stats information to support diagnostic #426

benwtrent opened this issue Jun 16, 2020 · 2 comments · Fixed by #427
Assignees

Comments

@benwtrent
Copy link
Member

benwtrent commented Jun 16, 2020

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

@nemonster
Copy link
Contributor

Will be in the next minor release.

@ppf2
Copy link
Member

ppf2 commented Jun 30, 2020

@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"

@zube zube bot removed the [zube]: Done label Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants