elasticsearch/docs/reference/esql
Nhat Nguyen 22aad7b201
Support metrics counter types in ESQL (#107877)
This commit adds support for numeric metrics counter fields in ES|QL. 
These counter types, including counter_long, counter_integer, and
counter_double, are different from their parent types. Users will have
limited interaction with these counter types, restricted to:

- Retrieving values without any processing
- Casting to their root type (e.g., to_long(a_long_counter))
- Using them in the metrics rate aggregation

These restrictions are intentional to prevent misuse. If users want to 
use them as numeric values, explicit casting to their root types is
required.
2024-04-26 12:15:48 -07:00
..
functions Support metrics counter types in ESQL (#107877) 2024-04-26 12:15:48 -07:00
processing-commands Add docs for cross cluster search in ES|QL(#105934) 2024-03-07 13:15:01 -08:00
source-commands ESQL: Add docs for the OPTIONS directive (#107013) 2024-04-03 16:23:36 +02:00
esql-across-clusters.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
esql-apis.asciidoc Add ES|QL async query api docs (#104054) 2024-01-09 09:17:02 +00:00
esql-async-query-api.asciidoc ESQL: Add version to docs (#107225) 2024-04-15 10:50:00 -04:00
esql-async-query-delete-api.asciidoc Add ES|QL async query api docs (#104054) 2024-01-09 09:17:02 +00:00
esql-async-query-get-api.asciidoc Add ES|QL async query api docs (#104054) 2024-01-09 09:17:02 +00:00
esql-commands.asciidoc [DOCS] Getting started with ES|QL queries guide (#101634) 2023-11-03 13:47:09 +01:00
esql-enrich-data.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
esql-examples.asciidoc [DOCS] Small ES|QL improvements (#101877) 2023-11-07 17:24:59 +01:00
esql-functions-operators.asciidoc ESQL: Document BUCKET as a grouping function (#107864) 2024-04-25 12:38:12 -04:00
esql-get-started.asciidoc ESQL: Document BUCKET as a grouping function (#107864) 2024-04-25 12:38:12 -04:00
esql-index-options.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
esql-kibana.asciidoc ES|QL: Set default query LIMIT to 1000 (#105618) 2024-02-21 09:25:25 +01:00
esql-language.asciidoc [DOCS][ESQL] Rename _Learning ESQL_ to _ESQL reference_ (#107259) 2024-04-09 14:16:24 +02:00
esql-limitations.asciidoc ESQL: Fix error on sorting unsortable geo_point and cartesian_point (#106351) 2024-03-14 23:16:53 +01:00
esql-process-data-with-dissect-grok.asciidoc [DOCS] Empty keys for ES|QL DISSECT (#102632) 2023-12-11 11:23:27 +01:00
esql-query-api.asciidoc ESQL: Add version to docs (#107225) 2024-04-15 10:50:00 -04:00
esql-rest.asciidoc ESQL: Add version to docs (#107225) 2024-04-15 10:50:00 -04:00
esql-security-solution.asciidoc Update esql-security-solution.asciidoc (#104531) 2024-01-18 15:48:43 +01:00
esql-syntax.asciidoc [DOCS] ES|QL backtick changes in 8.13 (#103958) 2024-01-08 12:13:16 +01:00
esql-using.asciidoc ESQL: Add version to docs (#107225) 2024-04-15 10:50:00 -04:00
esql-version.asciidoc Update esql-version.asciidoc (#107547) 2024-04-17 09:54:56 +02:00
index.asciidoc [DOCS] Refactor book-scoped variables in docs/reference/index.asciidoc (#107413) 2024-04-17 14:37:07 +02:00
metadata-fields.asciidoc ESQL: Grammar - FROM METADATA no longer require [] (#105221) 2024-02-08 07:03:19 -08:00
multivalued-fields.asciidoc ESQL: Add version to docs (#107225) 2024-04-15 10:50:00 -04:00
task-management.asciidoc [DOCS] One more round of restructuring the ES|QL documentation (#101340) 2023-10-26 10:57:05 +02:00