File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 
docs/reference/esql/functions 
x-pack/plugin/esql/qa/testFixtures/src/main/resources Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
1515include::layout/bucket.asciidoc[]
Original file line number Diff line number Diff line change @@ -686,10 +686,10 @@ FROM sample_data
686686| SORT category
687687;
688688
689- // tag::docsCategorize[]
689+ // tag::docsCategorize-result []
690690count:long | category:keyword
691691         3 | .*?Connected.+?to.*?
692692         3 | .*?Connection.+?error.*?
693693         1 | .*?Disconnected.*?
694- // end::docsCategorize[]
694+ // end::docsCategorize-result []
695695;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments