Skip to content

Commit 71b8421

Browse files
committed
Add experimental + fix docs
1 parent 6293d42 commit 71b8421

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-
* <<esql-categorize>>
12+
* experimental:[] <<esql-categorize>>
1313
// end::group_list[]
1414

1515
include::layout/bucket.asciidoc[]

x-pack/plugin/esql/qa/testFixtures/src/main/resources/docs.csv-spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,10 +686,10 @@ FROM sample_data
686686
| SORT category
687687
;
688688

689-
// tag::docsCategorize[]
689+
// tag::docsCategorize-result[]
690690
count:long | category:keyword
691691
3 | .*?Connected.+?to.*?
692692
3 | .*?Connection.+?error.*?
693693
1 | .*?Disconnected.*?
694-
// end::docsCategorize[]
694+
// end::docsCategorize-result[]
695695
;

0 commit comments

Comments
 (0)