From b12c1eb9ca8f9b498a04c7e6497061c76774f1f6 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Fri, 14 Jun 2019 13:16:59 -0700 Subject: [PATCH] [DOCS] Adds data frame link (#39019) --- docs/ml/creating-df-kib.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ml/creating-df-kib.asciidoc b/docs/ml/creating-df-kib.asciidoc index 06a4133c0680..9c51fd29bc64 100644 --- a/docs/ml/creating-df-kib.asciidoc +++ b/docs/ml/creating-df-kib.asciidoc @@ -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