Skip to content

Commit 05b3a95

Browse files
authored
Fix ES|QL change_point docs (#129621)
1 parent 5b2c317 commit 05b3a95

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/reference/esql/processing-commands/change_point.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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
====

0 commit comments

Comments
 (0)