From 52b70efbc38fa622b1f9fb38aa899b365f99ed6c Mon Sep 17 00:00:00 2001 From: Dariusz Wilkialis Date: Mon, 9 Mar 2026 16:06:33 +0100 Subject: [PATCH] Document CHANGE_POINT limitation --- .../esql/_snippets/commands/layout/change_point.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-languages/esql/_snippets/commands/layout/change_point.md b/docs/reference/query-languages/esql/_snippets/commands/layout/change_point.md index 17c811677589f..95794f964bcd1 100644 --- a/docs/reference/query-languages/esql/_snippets/commands/layout/change_point.md +++ b/docs/reference/query-languages/esql/_snippets/commands/layout/change_point.md @@ -43,7 +43,7 @@ The possible change point types are: * `trend_change`: there is an overall trend change occurring at this point ::::{note} -There must be at least 22 values for change point detection. Fewer than 1,000 is preferred. +There must be at least 22 values for change point detection. Any values beyond the first 1,000 are ignored. :::: ## Examples