Skip to content

Add security prerequisites for ML create data frame analytics API #758

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

Merged
merged 2 commits into from
Sep 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@ import { Id } from '@_types/common'
import { integer } from '@_types/Numeric'

/**
* Instantiates a data frame analytics job.
* This API creates a data frame analytics job that performs an analysis on the source indices and stores the outcome in a destination index. You must have `read` and `view_index_metadata` security privileges for the source indices. You must have `read`, `create_index`, `manage` and `index` security privileges for the destination index.
* @rest_spec_name ml.put_data_frame_analytics
* @since 7.3.0
* @stability stable
* @security_prerequisites_cluster manage_ml
* @security_prerequisites_index create_index, index, manage, read, view_index_metadata
*/
export interface Request extends RequestBase {
path_parts: {
Expand Down