Skip to content

Commit

Permalink
[DOCS] Relocate 8.0 repositories.fs.compress breaking change (#81216)…
Browse files Browse the repository at this point in the history
… (#81220)

The change removes a node-level setting. It was accidentally placed with REST API changes as part of #79162. This moves the breaking change to the cluster and node setting changes section.
  • Loading branch information
jrodewig authored Dec 1, 2021
1 parent 28c8b1a commit a4ff083
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,22 @@ was explicitly configured. Starting in 8.0,
This configuration means that transport compression will produce somewhat lower
compression ratios in exchange for lower CPU load.
====

.The `repositories.fs.compress` node-level setting has been removed.
[%collapsible]
====
*Details* +
For shared file system repositories (`"type": "fs"`), the node level setting `repositories.fs.compress` could
previously be used to enable compression for all shared file system repositories where `compress` was not specified.
The `repositories.fs.compress` setting has been removed.
*Impact* +
Use the repository specific `compress` setting to enable compression. See
{ref}/snapshots-register-repository.html[Register a snapshot repository] for
information on the `compress` setting.
Discontinue use of the `repositories.fs.compress` node-level setting.
====
//end::notable-breaking-changes[]

// This change is not notable because it should not have any impact on upgrades
Expand Down
16 changes: 0 additions & 16 deletions docs/reference/migration/migrate_8_0/rest-api-changes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -800,22 +800,6 @@ Assign users with the `kibana_user` role to the `kibana_admin` role.
Discontinue use of the `kibana_user` role.
====

.The `repositories.fs.compress` node-level setting has been removed.
[%collapsible]
====
*Details* +
For shared file system repositories (`"type": "fs"`), the node level setting `repositories.fs.compress` could
previously be used to enable compression for all shared file system repositories where `compress` was not specified.
The `repositories.fs.compress` setting has been removed.
*Impact* +
Use the repository specific `compress` setting to enable compression. See
{ref}/snapshots-register-repository.html[Register a snapshot repository] for
information on the `compress` setting.
Discontinue use of the `repositories.fs.compress` node-level setting.
====

.Snapshots compress metadata files by default.
[%collapsible]
====
Expand Down

0 comments on commit a4ff083

Please sign in to comment.