Skip to content

Commit 5a0d98c

Browse files
Update downsample-data-stream.asciidoc to remove average from downsampling statistics in documentation
Heya Team! I came across a support case where it was discovered "average" statistic has no longer been included in downsampling for a while now. It is possible for customers to calculate it or run the average aggregation against the data, but it will not be displayed as one of the other statistics. It was removed from the documentation for one specific page, but all the other references were leftover. Trying to clean those leftovers up to avoid customer confusion. See #110189 for original removal.
1 parent 67293ba commit 5a0d98c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/indices/downsample-data-stream.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ For the most up-to-date API details, refer to {api-es}/group/endpoint-data-strea
1212
--
1313

1414
Aggregates a time series (TSDS) index and stores
15-
pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and
16-
`avg`) for each metric field grouped by a configured time interval. For example,
15+
pre-computed statistical summaries (`min`, `max`, `sum`, and `value_count`)
16+
for each metric field grouped by a configured time interval. For example,
1717
a TSDS index that contains metrics sampled every 10 seconds can be downsampled
1818
to an hourly index. All documents within an hour interval are summarized and
1919
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
123123
document for each 60 minute (hourly) interval. This follows standard time
124124
formatting syntax as used elsewhere in {es}.
125125
+
126-
NOTE: Smaller, more granular intervals take up proportionally more space.
126+
NOTE: Smaller, more granular intervals take up proportionally more space.

0 commit comments

Comments
 (0)