|
@@ -57,7 +57,7 @@ A `serial_diff` aggregation looks like this in isolation:
|
|
|
|`buckets_path` |Path to the metric of interest (see <<buckets-path-syntax, `buckets_path` Syntax>> for more details |Required |
|
|
|
|`lag` |The historical bucket to subtract from the current value. E.g. a lag of 7 will subtract the current value from
|
|
|
the value 7 buckets ago. Must be a positive, non-zero integer |Optional |`1`
|
|
|
-|`gap_policy` |Determines what should happen when a gap in the data is encountered. |Optional |`insert_zero`
|
|
|
+|`gap_policy` |Determines what should happen when a gap in the data is encountered. |Optional |`insert_zeros`
|
|
|
|`format` |Format to apply to the output value of this aggregation |Optional | `null`
|
|
|
|===
|
|
|
|