Skip to content

Commit 895d1f1

Browse files
authored
[DOCS] Add downsampling reference to rollup docs (#91295) (#91411)
1 parent a38dd9e commit 895d1f1

15 files changed

+45
-0
lines changed

docs/reference/rollup/api-quickref.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
experimental[]
99

10+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
11+
rollups as a way to reduce your storage costs for time series data.
12+
1013
Most rollup endpoints have the following base:
1114

1215
[source,js]

docs/reference/rollup/apis/delete-job.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Deletes an existing {rollup-job}.
1010

1111
experimental[]
1212

13+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
14+
rollups as a way to reduce your storage costs for time series data.
15+
1316
[[rollup-delete-job-request]]
1417
==== {api-request-title}
1518

docs/reference/rollup/apis/get-job.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Retrieves the configuration, stats, and status of {rollup-jobs}.
99

1010
experimental[]
1111

12+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
13+
rollups as a way to reduce your storage costs for time series data.
14+
1215
[[rollup-get-job-request]]
1316
==== {api-request-title}
1417

docs/reference/rollup/apis/put-job.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Creates a {rollup-job}.
1010

1111
experimental[]
1212

13+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
14+
rollups as a way to reduce your storage costs for time series data.
15+
1316
[[rollup-put-job-api-request]]
1417
==== {api-request-title}
1518

docs/reference/rollup/apis/rollup-caps.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ specific index or index pattern.
1010

1111
experimental[]
1212

13+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
14+
rollups as a way to reduce your storage costs for time series data.
15+
1316
[[rollup-get-rollup-caps-request]]
1417
==== {api-request-title}
1518

docs/reference/rollup/apis/rollup-index-caps.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ index where rollup data is stored).
1010

1111
experimental[]
1212

13+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
14+
rollups as a way to reduce your storage costs for time series data.
15+
1316
[[rollup-get-rollup-index-caps-request]]
1417
==== {api-request-title}
1518

docs/reference/rollup/apis/rollup-search.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ Enables searching rolled-up data using the standard Query DSL.
99

1010
experimental[]
1111

12+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
13+
rollups as a way to reduce your storage costs for time series data.
14+
1215
[[rollup-search-request]]
1316
==== {api-request-title}
1417

docs/reference/rollup/apis/start-job.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Starts an existing, stopped {rollup-job}.
1010

1111
experimental[]
1212

13+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
14+
rollups as a way to reduce your storage costs for time series data.
15+
1316
[[rollup-start-job-request]]
1417
==== {api-request-title}
1518

docs/reference/rollup/apis/stop-job.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Stops an existing, started {rollup-job}.
1010

1111
experimental[]
1212

13+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
14+
rollups as a way to reduce your storage costs for time series data.
15+
1316
[[rollup-stop-job-request]]
1417
==== {api-request-title}
1518

docs/reference/rollup/index.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
experimental[]
66

7+
NOTE: For version 8.5 and above we recommend <<downsampling,downsampling>> over
8+
rollups as a way to reduce your storage costs for time series data.
9+
710
Keeping historical data around for analysis is extremely useful but often avoided due to the financial cost of
811
archiving massive amounts of data. Retention periods are thus driven by financial realities rather than by the
912
usefulness of extensive historical data.

0 commit comments

Comments
 (0)