[8.11] [DOCS] Deprecate rollups (#169670) (#169883)

# Backport

This will backport the following commits from `main` to `8.11`:
- [[DOCS] Deprecate rollups
(#169670)](https://github.com/elastic/kibana/pull/169670)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"James
Rodewig","email":"james.rodewig@elastic.co"},"sourceCommit":{"committedDate":"2023-10-25T20:51:49Z","message":"[DOCS]
Deprecate rollups
(#169670)","sha":"9caea77ee47228814b9eb15f6722f6954526cba7","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:deprecation","Team:Deployment
Management","Feature:Rollups","v8.11.0","v8.12.0"],"number":169670,"url":"https://github.com/elastic/kibana/pull/169670","mergeCommit":{"message":"[DOCS]
Deprecate rollups
(#169670)","sha":"9caea77ee47228814b9eb15f6722f6954526cba7"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/169670","number":169670,"mergeCommit":{"message":"[DOCS]
Deprecate rollups
(#169670)","sha":"9caea77ee47228814b9eb15f6722f6954526cba7"}}]}]
BACKPORT-->

Co-authored-by: James Rodewig <james.rodewig@elastic.co>
This commit is contained in:
Kibana Machine 2023-10-25 17:21:51 -04:00 committed by GitHub
parent d059efc976
commit 84a6938111
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 2 deletions

View file

@ -128,6 +128,8 @@ $ curl -X POST api/data_views/data_view
To create {data-sources} based on {ref}/xpack-rollup.html[rollup indices], use the `data_view.type` and `data_view.typeMeta` properties :
deprecated::[8.11.0,'Rollups are deprecated and will be removed in a future version. Use {ref}/downsampling.html[downsampling] instead.']
[source,sh]
--------------------------------------------------
$ curl -X POST api/data_views/data_view

View file

@ -93,6 +93,8 @@ NOTE: Temporary {data-sources} are not available in *Stack Management.*
[[rollup-data-view]]
==== Use {data-sources} with rolled up data
deprecated::[8.11.0,'Rollups are deprecated and will be removed in a future version. Use {ref}/downsampling.html[downsampling] instead.']
A {data-source} can match one rollup index. For a combination rollup
{data-source} with both raw and rolled up data, use the standard notation:

View file

@ -463,6 +463,8 @@ A custom image to use in the footer of the PDF.
[[kibana-rollups-settings]]
==== Rollup
deprecated::[8.11.0,'Rollups are deprecated and will be removed in a future version. Use {ref}/downsampling.html[downsampling] instead.']
[horizontal]
[[rollups-enableindexpatterns]]`rollups:enableIndexPatterns`::
Enables the creation of data views that capture rollup indices, which in

View file

@ -2,7 +2,7 @@
[[data-rollups]]
== Rollup Jobs
experimental::[]
deprecated::[8.11.0,'Rollups are deprecated and will be removed in a future version. Use {ref}/downsampling.html[downsampling] instead.']
A rollup job is a periodic task that aggregates data from indices specified by
an index pattern, and then rolls it into a new index. Rollup indices are a good

View file

@ -606,6 +606,8 @@ Set this value to false to disable the Remote Clusters UI.
`xpack.rollup.ui.enabled`::
Set this value to false to disable the Rollup Jobs UI. *Default: true*
+
deprecated::[8.11.0,'Rollups are deprecated and will be removed in a future version. Use {ref}/downsampling.html[downsampling] instead.']
`xpack.snapshot_restore.ui.enabled`::
Set this value to false to disable the Snapshot and Restore UI. *Default: true*

View file

@ -50,7 +50,7 @@ because you can put data in different resource tiers.
have backups of your cluster in case something goes wrong.
| <<data-rollups, Rollup Jobs>>
|Create a job that periodically aggregates data from one or more indices, and then
| deprecated:[8.11.0,'Rollups are deprecated and will be removed in a future version. Use downsampling instead.'] Create a job that periodically aggregates data from one or more indices, and then
rolls it into a new, compact index. Rollup indices are a good way to store months or
years of historical data in combination with your raw data.