We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c12d7 commit 884d354Copy full SHA for 884d354
docs/reference/aggregations/pipeline.asciidoc
@@ -22,7 +22,7 @@ parameter to indicate the paths to the required metrics. The syntax for defining
22
23
Pipeline aggregations cannot have sub-aggregations but depending on the type it can reference another pipeline in the `buckets_path`
24
allowing pipeline aggregations to be chained. For example, you can chain together two derivatives to calculate the second derivative
25
-(e.g. a derivative of a derivative).
+(i.e. a derivative of a derivative).
26
27
NOTE: Because pipeline aggregations only add to the output, when chaining pipeline aggregations the output of each pipeline aggregation
28
will be included in the final output.
0 commit comments