Skip to content

Commit

Permalink
Added warning paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed May 17, 2024
1 parent 385119b commit 1f83344
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/reference/rollup/apis/put-job.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

deprecated::[8.11.0,"Rollups will be removed in a future version. Use <<downsampling,downsampling>> instead."]

WARNING: From 8.15.0 invoking this API in a cluster with no rollup usage will fail with a message about Rollup's
deprecation and planned removal. A cluster either needs to contain a rollup job or a rollup index in order for this API
to be allowed to execute.

Creates a {rollup-job}.

[[rollup-put-job-api-request]]
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/rollup/rollup-getting-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

deprecated::[8.11.0,"Rollups will be removed in a future version. Please <<rollup-migrating-to-downsampling,migrate>> to <<downsampling,downsampling>> instead."]

WARNING: From 8.15.0 invoking the put job API in a cluster with no rollup usage will fail with a message about Rollup's
deprecation and planned removal. A cluster either needs to contain a rollup job or a rollup index in order for the
put job API to be allowed to execute.

To use the Rollup feature, you need to create one or more "Rollup Jobs". These jobs run continuously in the background
and rollup the index or indices that you specify, placing the rolled documents in a secondary index (also of your choosing).

Expand Down

0 comments on commit 1f83344

Please sign in to comment.