Skip to content

Commit 6063f67

Browse files
Update ilm-downsample.asciidoc
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 6063f67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/ilm/actions/ilm-downsample.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
Phases allowed: hot, warm, cold.
66

77
Aggregates a time series (TSDS) index and stores
8-
pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and
9-
`avg`) for each metric field grouped by a configured time interval. For example,
8+
pre-computed statistical summaries (`min`, `max`, `sum`, and `value_count`)
9+
for each metric field grouped by a configured time interval. For example,
1010
a TSDS index that contains metrics sampled every 10 seconds can be downsampled
1111
to an hourly index. All documents within an hour interval are summarized and
1212
stored as a single document and stored in the downsample index.
@@ -52,4 +52,4 @@ PUT _ilm/policy/datastream_policy
5252
}
5353
}
5454
}
55-
----
55+
----

0 commit comments

Comments
 (0)