Skip to content

Commit eeef3be

Browse files
marciwfelixbarny
andauthored
Apply suggestions from review
Co-authored-by: Felix Barnsteiner <[email protected]>
1 parent 7f608cd commit eeef3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Compared to a regular data stream, a TSDS uses some additional fields specific t
4747
Dimension fields often correspond to characteristics of the items you're measuring. For example, documents related to the same weather sensor might have the same `sensor_id` and `location` values.
4848

4949
:::{tip}
50-
{{es}} uses dimensions and timestamps to generate time series document `_id` values. Two documents with the same dimensions and timestamp are considered duplicates.
50+
{{es}} uses dimensions and timestamps to generate time series document `_id` values. Two documents with the same dimensions and timestamp are considered duplicates. Duplicates are rejected during ingestion with a `409 Conflict` status.
5151
:::
5252

5353
To mark a field as a dimension, set the Boolean `time_series_dimension` mapping parameter to `true`. The following field types support the `time_series_dimension` parameter:

0 commit comments

Comments
 (0)