Skip to content

Commit abe4980

Browse files
committed
Move ES|QL change_point to tech preview
1 parent 87c3f41 commit abe4980

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/reference/query-languages/esql/esql-commands.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ SHOW INFO
194194

195195
## `CHANGE_POINT` [esql-change-point]
196196

197+
::::{warning}
198+
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
199+
::::
200+
197201
`CHANGE_POINT` detects spikes, dips, and change points in a metric.
198202

199203
**Syntax**

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ public enum Cap {
843843
/**
844844
* Support change point detection "CHANGE_POINT".
845845
*/
846-
CHANGE_POINT(Build.current().isSnapshot()),
846+
CHANGE_POINT,
847847

848848
/**
849849
* Fix for https://github.com/elastic/elasticsearch/issues/120817

0 commit comments

Comments
 (0)