Skip to content

Commit aa709ac

Browse files
authored
Revise heading for time series data streams
Updated heading for time series data streams section.
1 parent ee2fe4a commit aa709ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ 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]
200+
## Time series data streams [esql-tsdb]
201201

202202
::::{tab-set}
203203
:::{tab-item} 9.0-9.1

0 commit comments

Comments
 (0)