Skip to content

Commit 8f44100

Browse files
committed
more
1 parent 4e15f58 commit 8f44100

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

manage-data/data-store/data-streams/downsampling-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ The downsampling operation traverses the source TSDS index and performs the foll
5454
* `counter` field type:
5555
* `last_value` is stored.
5656

57-
4. For all other fields, the most recent value is copied to the target index.
58-
5. The original index is deleted and replaced by the downsampled index. Within a data stream, only one index can exist for a time period.
57+
4. For all other fields, copies the most recent value to the target index.
58+
5. Deletes the original index and replaces it with the downsampled index. Within a data stream, only one index can exist for a time period.
5959

6060
The new, downsampled index is created on the data tier of the original index and inherits the original settings, like number of shards and replicas.
6161

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ products:
1212
# Reindex a TSDS [tsds-reindex]
1313

1414
:::{warning}
15-
🚧 Work in progress 🚧
15+
🚧 Work in progress, not ready for review 🚧
1616
:::
1717

1818
## Introduction [tsds-reindex-intro]

0 commit comments

Comments
 (0)