Skip to content

rebase changes to markdown file #129001

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions docs/reference/query-languages/esql/limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ By default, an {{esql}} query returns up to 1,000 rows. You can increase the num

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

* TSDB metrics

* `counter`
* `position`
* `aggregate_metric_double`

* Date/time

* `date_range`
Expand Down Expand Up @@ -187,10 +181,12 @@ As discussed in more detail in [Using {{esql}} to query multiple indices](docs-c
* 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).


## Time series data streams are not supported [esql-tsdb]
## Time series data streams

{{esql}} does not support querying time series data streams (TSDS).
{{esql}} supports time series data streams (TSDS) with limitations:

* Counter fields such as `counter_long`, `counter_integer`, and `counter_double` are not supported except
through explicit casting.

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

Expand Down
Loading