Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/reference/esql/processing-commands/change_point.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ CHANGE_POINT value [ON key] [AS type_name, pvalue_name]

*Parameters*

`value`
: The column with the metric in which you want to detect a change point.
`value`::
The column with the metric in which you want to detect a change point.

`key`
: The column with the key to order the values by. If not specified, `@timestamp` is used.
`key`::
The column with the key to order the values by. If not specified, `@timestamp` is used.

`type_name`
: The name of the output column with the change point type. If not specified, `type` is used.
`type_name`::
The name of the output column with the change point type. If not specified, `type` is used.

`pvalue_name`
: The name of the output column with the p-value that indicates how extreme the change point is. If not specified, `pvalue` is used.
`pvalue_name`::
The name of the output column with the p-value that indicates how extreme the change point is. If not specified, `pvalue` is used.

[NOTE]
====
Expand Down