-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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] Fixing update datafeed endpoint #119515
[ML] Fixing update datafeed endpoint #119515
Conversation
Pinging @elastic/ml-ui (:ml) |
💚 Build Succeeded
Metrics [docs]
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* [ML] Fixing update datafeed endpoint * adding comments * using internal user * updating comment
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
* [ML] Fixing update datafeed endpoint * adding comments * using internal user * updating comment
* [ML] Fixing update datafeed endpoint * adding comments * using internal user * updating comment
Temporary work around for the incorrect esclient function
updateDatafeed
The
updateDatafeed
function in the client currently ignores the body which is passed to itRather than using
updateDatafeed
we are now usingtransport.request
to call the es endpoint directly.Fixes #118427
Related to elastic/elasticsearch-js#1601