Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/reference/indices/downsample-data-stream.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
NOTE: Smaller, more granular intervals take up proportionally more space.
Loading