瀏覽代碼

[DOCS] Adds reference of transform reset option to the tutorial (#84194)

István Zoltán Szabó 3 年之前
父節點
當前提交
030d87074b
共有 1 個文件被更改,包括 8 次插入3 次删除
  1. 8 3
      docs/reference/transform/ecommerce-tutorial.asciidoc

+ 8 - 3
docs/reference/transform/ecommerce-tutorial.asciidoc

@@ -380,14 +380,19 @@ cluster load, a {transform} increases search and indexing load on your
 cluster while it runs. If you're experiencing an excessive load, however, you
 can stop it.
 
-You can start, stop, and manage {transforms} in {kib}:
+You can start, stop, reset, and manage {transforms} in {kib}:
 
 [role="screenshot"]
 image::images/manage-transforms.png["Managing {transforms} in {kib}"]
 
 Alternatively, you can use the
-<<start-transform,start {transforms}>> and
-<<stop-transform,stop {transforms}>> APIs.
+<<start-transform,start {transforms}>>, <<stop-transform,stop {transforms}>> and 
+<<reset-transform, reset {transforms}>> APIs.
+
+If you reset a {transform}, all checkpoints, states, and the destination index 
+(if it was created by the {transform}) are deleted. The {transform} is ready to 
+start again as if it had just been created.
+
 
 .API example
 [%collapsible]