Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0] [DOCS] Relocate 8.0 repositories.fs.compress breaking change (#81216) #81220

Merged
merged 1 commit into from
Dec 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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