Skip to content

Commit 8532499

Browse files
marciwkilfoyle
andauthored
Apply suggestion from review
Co-authored-by: David Kilfoyle <[email protected]>
1 parent 3810e30 commit 8532499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ stack: ga
3333
serverless: ga
3434
```
3535

36-
To downsample a time series via a data stream lifecycle, add a [downsampling](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-data-lifecycle) section to the data stream lifecycle (for existing data streams) or the index template (for new data streams).
36+
To downsample a time series via a [data stream lifecycle](/manage-data/lifecycle/data-stream.md), add a [downsampling](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-data-lifecycle) section to the data stream lifecycle (for existing data streams) or the index template (for new data streams).
3737

3838
* Set `fixed_interval` to your preferred level of granularity. The original time series data will be aggregated at this interval.
3939
* Set `after` to the minimum time to wait after an index rollover, before running downsampling.

0 commit comments

Comments
 (0)