[DOCS] Adds data frame link (#39019)

This commit is contained in:
Lisa Cawley 2019-06-14 13:16:59 -07:00 committed by GitHub
parent b05b0ea35b
commit b12c1eb9ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,9 @@ image::ml/images/ml-jobid.jpg["Job ID and target index"]
After you create {dataframe} jobs, you can start, stop, and delete them
and explore their progress and statistics from the jobs list.
For a more detailed example of using {dataframes} with the {kib} sample data,
see {stack-ov}/ecommerce-dataframes.html[Transforming your data].
[NOTE]
===============================
If {stack} {security-features} are enabled, you must have appropriate authority
@ -37,7 +40,7 @@ privileges respectively. See
{stack-ov}/security-privileges.html[Security privileges].
Depending on what tasks you perform, you might require additional privileges.
For example, to create a {dataframe-transform} and generate new target index,
For example, to create a {dataframe-transform} and generate a new target index,
you need `manage_data_frame_transforms` cluster privileges, `read` and
`view_index_metadata` privileges on the source index, and `read`, `create_index`,
and `index` privileges on the target index. For more information, see the