Skip to content

Commit 011cf71

Browse files
committed
rebase changes to markdown file
1 parent 637c7e7 commit 011cf71

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/reference/query-languages/esql/limitations.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,6 @@ By default, an {{esql}} query returns up to 1,000 rows. You can increase the num
5050

5151
{{esql}} does not yet support the following field types:
5252

53-
* TSDB metrics
54-
55-
* `counter`
56-
* `position`
57-
* `aggregate_metric_double`
58-
5953
* Date/time
6054

6155
* `date_range`
@@ -187,10 +181,14 @@ As discussed in more detail in [Using {{esql}} to query multiple indices](docs-c
187181
* The same field must have the same type across all indexes. If the same field is mapped to different types it is still possible to query the indexes, but the field must be [explicitly converted to a single type](docs-content://explore-analyze/query-filter/languages/esql-multi-index.md#esql-multi-index-union-types).
188182

189183

190-
## Time series data streams are not supported [esql-tsdb]
184+
## Time series data streams
191185

192-
{{esql}} does not support querying time series data streams (TSDS).
186+
{{esql}} supports time-series data streams (TSDS) with limitations:
193187

188+
* Counter fields such as `counter_long`, `counter_integer`, and `counter_double` are not supported except
189+
through explicit casting.
190+
* aggregate_metric_double` types are supported in max, min, sum, avg, and count aggregations;
191+
however, this functionality is experimental and available in snapshot builds or requires enabling via its feature flag.
194192

195193
## Date math limitations [esql-limitations-date-math]
196194

0 commit comments

Comments
 (0)