-
Notifications
You must be signed in to change notification settings - Fork 102
[ML] Update documentation for remote cluster client role in MlPutDatafeedRequest #3645
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
Conversation
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!
@pquentin This PR was created from a fork this is why the validation doesn't work on it. Could you please help me to merge this PR, it only changes a parameter description. Thank you in advance! |
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.
Sorry for the delay, I missed the notification. Since it's only a docs change, I ran validation locally.
❯ make validate branch=main api=ml.put_datafeed
Validating endpoints
Validating ml.put_datafeed
ml.put_datafeed request has been successfully validated!
✔ 71 out of 71 test request cases are passing.
✔ 71 out of 71 test response cases are passing.
…feedRequest (#3645) * Update documentation for remote cluster client role in MlPutDatafeedRequest * Refactor comment formatting in MlPutDatafeedRequest for clarity * Update description for indices in schema.json to clarify remote cluster client role requirements * pretty --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit c287d34)
…feedRequest (#3645) * Update documentation for remote cluster client role in MlPutDatafeedRequest * Refactor comment formatting in MlPutDatafeedRequest for clarity * Update description for indices in schema.json to clarify remote cluster client role requirements * pretty --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit c287d34)
…feedRequest (#3645) * Update documentation for remote cluster client role in MlPutDatafeedRequest * Refactor comment formatting in MlPutDatafeedRequest for clarity * Update description for indices in schema.json to clarify remote cluster client role requirements * pretty --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit c287d34)
…feedRequest (#3645) * Update documentation for remote cluster client role in MlPutDatafeedRequest * Refactor comment formatting in MlPutDatafeedRequest for clarity * Update description for indices in schema.json to clarify remote cluster client role requirements * pretty --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit c287d34)
…feedRequest (#3645) (#3919) * Update documentation for remote cluster client role in MlPutDatafeedRequest * Refactor comment formatting in MlPutDatafeedRequest for clarity * Update description for indices in schema.json to clarify remote cluster client role requirements * pretty --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit c287d34) Co-authored-by: Valeriy Khakhutskyy <[email protected]>
…feedRequest (#3645) (#3920) * Update documentation for remote cluster client role in MlPutDatafeedRequest * Refactor comment formatting in MlPutDatafeedRequest for clarity * Update description for indices in schema.json to clarify remote cluster client role requirements * pretty --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit c287d34) Co-authored-by: Valeriy Khakhutskyy <[email protected]>
…feedRequest (#3645) (#3921) * Update documentation for remote cluster client role in MlPutDatafeedRequest * Refactor comment formatting in MlPutDatafeedRequest for clarity * Update description for indices in schema.json to clarify remote cluster client role requirements * pretty --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit c287d34) Co-authored-by: Valeriy Khakhutskyy <[email protected]>
…feedRequest (#3645) (#3922) * Update documentation for remote cluster client role in MlPutDatafeedRequest * Refactor comment formatting in MlPutDatafeedRequest for clarity * Update description for indices in schema.json to clarify remote cluster client role requirements * pretty --------- Co-authored-by: István Zoltán Szabó <[email protected]> Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit c287d34) Co-authored-by: Valeriy Khakhutskyy <[email protected]>
For CCS to work in anomaly detection, both ML nodes and master nodes should have remote_cluster_client role. This PR fixes the note in the documentation.