File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
docs/reference/esql/processing-commands Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,17 @@ CHANGE_POINT value [ON key] [AS type_name, pvalue_name]
2020
2121*Parameters*
2222
23- `value`
24- : The column with the metric in which you want to detect a change point.
23+ `value`::
24+ The column with the metric in which you want to detect a change point.
2525
26- `key`
27- : The column with the key to order the values by. If not specified, `@timestamp` is used.
26+ `key`::
27+ The column with the key to order the values by. If not specified, `@timestamp` is used.
2828
29- `type_name`
30- : The name of the output column with the change point type. If not specified, `type` is used.
29+ `type_name`::
30+ The name of the output column with the change point type. If not specified, `type` is used.
3131
32- `pvalue_name`
33- : The name of the output column with the p-value that indicates how extreme the change point is. If not specified, `pvalue` is used.
32+ `pvalue_name`::
33+ The name of the output column with the p-value that indicates how extreme the change point is. If not specified, `pvalue` is used.
3434
3535[NOTE]
3636====
You can’t perform that action at this time.
0 commit comments