-
Notifications
You must be signed in to change notification settings - Fork 25k
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] Datafeed _preview should work with configs #70264
Comments
Pinging @elastic/ml-core (Team:ML) |
In the UI wizard, neither the job nor the datafeed are created. So, the API will have to accept both configurations. Consequently, I am wondering if this should not be under the Something like:
Then you can also do something like:
|
I think it makes sense to keep it under I think the request still makes sense to expect a |
Previously, a datafeed and job must already exist for the `_preview` API to work. With this change, users can get an accurate preview of the data that will be sent to the anomaly detection job without creating either of them. closes #70264
…#70836) Previously, a datafeed and job must already exist for the `_preview` API to work. With this change, users can get an accurate preview of the data that will be sent to the anomaly detection job without creating either of them. closes elastic#70264
The anomaly detection datafeed
_preview
currently requires that the datafeed has already been created. https://www.elastic.co/guide/en/elasticsearch/reference/7.11/ml-preview-datafeed.htmlAs an enhancement, it would be useful to preview source data before creating it. For example:
Being able to preview source data by supplying a potential config, also aligns with
POST _ml/data_frame/analytics/_explain
andPOST _transform/_preview
, both of which can be performed prior to creating the job/transform.The text was updated successfully, but these errors were encountered: