We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25474c6 commit 37cc0b6Copy full SHA for 37cc0b6
docs/reference/transform/overview.asciidoc
@@ -39,7 +39,7 @@ The {transform} performs a composite aggregation that paginates through all the
39
data defined by the source index query. The output of the aggregation is stored
40
in a destination index. Each time the {transform} queries the source index, it
41
creates a _checkpoint_. You can decide whether you want the {transform} to run
42
-once (batch {transform}) or continuously ({transform}). A batch {transform} is a
+once (batch {transform}) or continuously ({ctransform}). A batch {transform} is a
43
single operation that has a single checkpoint. {ctransforms-cap} continually
44
increment and process checkpoints as new source data is ingested.
45
0 commit comments