[DOCS] Fixes attribute in transforms overview. (#49898)

This commit is contained in:
István Zoltán Szabó 2019-12-06 10:23:01 +01:00
parent 1d3feaf18e
commit bb91291273
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ The {transform} performs a composite aggregation that paginates through all the
data defined by the source index query. The output of the aggregation is stored data defined by the source index query. The output of the aggregation is stored
in a destination index. Each time the {transform} queries the source index, it in a destination index. Each time the {transform} queries the source index, it
creates a _checkpoint_. You can decide whether you want the {transform} to run creates a _checkpoint_. You can decide whether you want the {transform} to run
once (batch {transform}) or continuously ({transform}). A batch {transform} is a once (batch {transform}) or continuously ({ctransform}). A batch {transform} is a
single operation that has a single checkpoint. {ctransforms-cap} continually single operation that has a single checkpoint. {ctransforms-cap} continually
increment and process checkpoints as new source data is ingested. increment and process checkpoints as new source data is ingested.