Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/reference/esql/functions/grouping-functions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The <<esql-stats-by>> command supports these grouping functions:

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

include::layout/bucket.asciidoc[]
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions docs/reference/esql/functions/layout/categorize.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class Categorize extends GroupingFunction.NonEvaluatableGroupingFunction
tag = "docsCategorize",
description = "This example categorizes server logs messages into categories and aggregates their counts. "
) },
preview = true
preview = false
)
public Categorize(
Source source,
Expand Down