diff --git a/docs/reference/indices/downsample-data-stream.asciidoc b/docs/reference/indices/downsample-data-stream.asciidoc index 6354f8e30d254..827c891988b4d 100644 --- a/docs/reference/indices/downsample-data-stream.asciidoc +++ b/docs/reference/indices/downsample-data-stream.asciidoc @@ -12,8 +12,8 @@ For the most up-to-date API details, refer to {api-es}/group/endpoint-data-strea -- Aggregates a time series (TSDS) index and stores -pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and -`avg`) for each metric field grouped by a configured time interval. For example, +pre-computed statistical summaries (`min`, `max`, `sum`, and `value_count`) +for each metric field grouped by a configured time interval. For example, a TSDS index that contains metrics sampled every 10 seconds can be downsampled to an hourly index. All documents within an hour interval are summarized and stored as a single document in the downsample index. @@ -123,4 +123,4 @@ to aggregate the original time series index. For example, `60m` produces a document for each 60 minute (hourly) interval. This follows standard time formatting syntax as used elsewhere in {es}. + -NOTE: Smaller, more granular intervals take up proportionally more space. \ No newline at end of file +NOTE: Smaller, more granular intervals take up proportionally more space.