mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 18:03:32 -04:00
* Move ES|QL categorize out of snapshot functions * Categorize docs * Add experimental + fix docs * Add experimental + fix docs
14 lines
437 B
Text
Generated
14 lines
437 B
Text
Generated
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
*Example*
|
|
|
|
This example categorizes server logs messages into categories and aggregates their counts.
|
|
[source.merge.styled,esql]
|
|
----
|
|
include::{esql-specs}/docs.csv-spec[tag=docsCategorize]
|
|
----
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|===
|
|
include::{esql-specs}/docs.csv-spec[tag=docsCategorize-result]
|
|
|===
|
|
|