Skip to content

Commit 1fca353

Browse files
committed
Address review comments
1 parent f42d458 commit 1fca353

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

manage-data/data-store/data-streams/query-downsampled-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For more details, refer to [Date histogram aggregation: Time zone](elasticsearch
2929

3030
## {{esql}} `TS` command
3131
```{applies_to}
32-
stack: preview
32+
stack: planned
3333
serverless: preview
3434
```
3535

manage-data/data-store/data-streams/quickstart-tsds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The response shows five sample weather data documents.
200200
:::
201201

202202
:::{tip}
203-
If you get an error about timestamp values, check the error response for the valid timestamp range. For more details, refer to [](/manage-data/data-store/data-streams/time-series-data-stream-tsds.md#tsds-accepted-time-range).
203+
If you get an error about timestamp values, check the error response for the valid timestamp range. For more details, refer to [Accepted time range for adding data](/manage-data/data-store/data-streams/time-bound-tsds.md#tsds-accepted-time-range).
204204

205205
:::
206206

manage-data/data-store/data-streams/time-series-data-stream-tsds.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,15 @@ A time series data stream works like a regular data stream, with some key differ
9999
* **Backing indices:** A TSDS uses [time-bound indices](/manage-data/data-store/data-streams/time-bound-tsds.md) to store data from the same time period in the same backing index.
100100
* **Dimension-based routing:** The routing logic uses dimension fields to map all data points of a time series to the same shard, improving storage efficiency and query performance. Duplicate data points are rejected.
101101
* **Sorting:** A TSDS uses internal [index sorting](elasticsearch://reference/elasticsearch/index-settings/sorting.md) to order shard segments by `_tsid` and `@timestamp`, for better compression. Time series data streams do not use `index.sort.*` settings.
102+
* **Source field:** A TSDS uses [synthetic `_source`](elasticsearch://reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source), and as a result is subject to some [restrictions](elasticsearch://reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source-restrictions) and [modifications](elasticsearch://reference/elasticsearch/mapping-reference/mapping-source-field.md#synthetic-source-modifications) applied to the `_source` field.
102103

103104
## Query time series data
104105
```{applies_to}
105-
stack: preview
106+
stack: planned
106107
serverless: preview
107108
```
108109

109-
You can use the {{esql}} [`TS` command](elasticsearch://reference/query-languages/esql/commands/ts.md) (in technical preview) to query time series data streams. The `TS` command is optimized for time series data. It also enables the use of aggregation functions that efficiently process metrics per time series, before aggregating results.
110+
You can use the {{esql}} [`TS` command](elasticsearch://reference/query-languages/esql/commands/ts.md) to query time series data streams. The `TS` command is optimized for time series data. It also enables the use of aggregation functions that efficiently process metrics per time series, before aggregating results.
110111

111112

112113
## Next steps [tsds-whats-next]

0 commit comments

Comments
 (0)