@@ -4,8 +4,6 @@
<titleabbrev>Run downsampling with ILM</titleabbrev>
++++
-preview::[]
-
This is a simplified example that allows you to see quickly how
<<downsampling,downsampling>> works as part of an ILM policy to reduce the
storage size of a sampled set of metrics. The example uses typical Kubernetes
<titleabbrev>Run downsampling manually</titleabbrev>
<<downsampling,downsampling>> works to reduce the storage size of a time series
index. The example uses typical Kubernetes cluster monitoring data. To test out
@@ -1,8 +1,6 @@
[[downsampling]]
=== Downsampling a time series data stream
Downsampling provides a method to reduce the footprint of your <<tsds,time
series data>> by storing it at reduced granularity.
@@ -4,7 +4,6 @@
A time series data stream (TSDS) models timestamped metrics data as one or
more time series.
-// TODO: Replace XX% with actual percentage
You can use a TSDS to store metrics data more efficiently. In our benchmarks,
metrics data stored in a TSDS used 44% less disk space than a regular data
stream.
@@ -2,8 +2,6 @@
[[ilm-downsample]]
=== Downsample
Phases allowed: hot, warm, cold.
Aggregates a time series (TSDS) index and stores
@@ -5,8 +5,6 @@
<titleabbrev>Downsample</titleabbrev>
pre-computed statistical summaries (`min`, `max`, `sum`, `value_count` and
`avg`) for each metric field grouped by a configured time interval. For example,