瀏覽代碼

[DOCS] Augments ecommerce example (#46788)

Lisa Cawley 6 年之前
父節點
當前提交
4670dd7321
共有 1 個文件被更改,包括 7 次插入6 次删除
  1. 7 6
      docs/reference/transform/ecommerce-example.asciidoc

+ 7 - 6
docs/reference/transform/ecommerce-example.asciidoc

@@ -38,6 +38,10 @@ might want to derive from this eCommerce data.
 . Play with various options for grouping and aggregating the data. 
 +
 --
+_Pivoting_ your data involves using at least one field to group it and applying
+at least one aggregation. You can preview what the transformed data will look
+like, so go ahead and play with it!
+
 For example, you might want to group the data by product ID and calculate the
 total number of sales for each product and its average price. Alternatively, you
 might want to look at the behavior of individual customers and calculate how
@@ -46,11 +50,7 @@ they purchased. Or you might want to take the currencies or geographies into
 consideration. What are the most interesting ways you can transform and
 interpret this data?
 
-_Pivoting_ your data involves using at least one field to group it and applying
-at least one aggregation. You can preview what the transformed data will look
-like, so go ahead and play with it!
-
-For example, go to *Machine Learning* > *Data Frames* in {kib} and use the
+Go to *Machine Learning* > *Data Frames* in {kib} and use the
 wizard to create a {transform}:
 
 [role="screenshot"]
@@ -137,7 +137,8 @@ POST _data_frame/transforms/_preview
 {transform}. 
 +
 --
-.. Supply a job ID and the name of the target (or _destination_) index.
+.. Supply a job ID and the name of the target (or _destination_) index. If the
+target index does not exist, it will be created automatically.
 
 .. Decide whether you want the {transform} to run once or continuously.
 --