Skip to content

Commit ee2fe4a

Browse files
authored
Update limitations.md with time series data streams info
Added information about time series data streams support in ESQL.
1 parent bf4a5b7 commit ee2fe4a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,17 @@ As discussed in more detail in [Using {{esql}} to query multiple indices](/refer
197197
* All underlying indexes and shards must be active. Using admin commands or UI, it is possible to pause an index or shard, for example by disabling a frozen tier instance, but then any {{esql}} query that includes that index or shard will fail, even if the query uses [`WHERE`](/reference/query-languages/esql/commands/where.md) to filter out the results from the paused index. If you see an error of type `search_phase_execution_exception`, with the message `Search rejected due to missing shards`, you likely have an index or shard in `UNASSIGNED` state.
198198
* 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](/reference/query-languages/esql/esql-multi-index.md#esql-multi-index-union-types).
199199

200+
## Time series data streams are not supported [esql-tsdb]
201+
202+
::::{tab-set}
203+
:::{tab-item} 9.0-9.1
204+
{{esql}} does not support querying time series data streams (TSDS).
205+
:::
206+
:::{tab-item} 9.2+
207+
This limitation no longer exists and time series data streams (TSDS) are now supported (preview).
208+
:::
209+
::::
210+
200211
## Date math limitations [esql-limitations-date-math]
201212

202213
Date math expressions work well when the leftmost expression is a datetime, for example:

0 commit comments

Comments
 (0)