Skip to content

Commit 9477d09

Browse files
authored
ES|QL categorize -> GA (#129703)
1 parent 2db9127 commit 9477d09

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

docs/reference/esql/functions/grouping-functions.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The <<esql-stats-by>> command supports these grouping functions:
99

1010
// tag::group_list[]
1111
* <<esql-bucket>>
12-
* experimental:[] <<esql-categorize>> NOTE: Requires a https://www.elastic.co/subscriptions[platinum license].
12+
* <<esql-categorize>> NOTE: Requires a https://www.elastic.co/subscriptions[platinum license].
1313
// end::group_list[]
1414

1515
include::layout/bucket.asciidoc[]

docs/reference/esql/functions/kibana/definition/categorize.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/esql/functions/layout/categorize.asciidoc

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/grouping/Categorize.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class Categorize extends GroupingFunction.NonEvaluatableGroupingFunction
6262
tag = "docsCategorize",
6363
description = "This example categorizes server logs messages into categories and aggregates their counts. "
6464
) },
65-
preview = true
65+
preview = false
6666
)
6767
public Categorize(
6868
Source source,

0 commit comments

Comments
 (0)