Skip to content

Commit a4ff083

Browse files
authored
[DOCS] Relocate 8.0 repositories.fs.compress breaking change (#81216) (#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.
1 parent 28c8b1a commit a4ff083

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

docs/reference/migration/migrate_8_0/cluster-node-setting-changes.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,22 @@ was explicitly configured. Starting in 8.0,
855855
This configuration means that transport compression will produce somewhat lower
856856
compression ratios in exchange for lower CPU load.
857857
====
858+
859+
.The `repositories.fs.compress` node-level setting has been removed.
860+
[%collapsible]
861+
====
862+
*Details* +
863+
For shared file system repositories (`"type": "fs"`), the node level setting `repositories.fs.compress` could
864+
previously be used to enable compression for all shared file system repositories where `compress` was not specified.
865+
The `repositories.fs.compress` setting has been removed.
866+
867+
*Impact* +
868+
Use the repository specific `compress` setting to enable compression. See
869+
{ref}/snapshots-register-repository.html[Register a snapshot repository] for
870+
information on the `compress` setting.
871+
872+
Discontinue use of the `repositories.fs.compress` node-level setting.
873+
====
858874
//end::notable-breaking-changes[]
859875

860876
// This change is not notable because it should not have any impact on upgrades

docs/reference/migration/migrate_8_0/rest-api-changes.asciidoc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -800,22 +800,6 @@ Assign users with the `kibana_user` role to the `kibana_admin` role.
800800
Discontinue use of the `kibana_user` role.
801801
====
802802

803-
.The `repositories.fs.compress` node-level setting has been removed.
804-
[%collapsible]
805-
====
806-
*Details* +
807-
For shared file system repositories (`"type": "fs"`), the node level setting `repositories.fs.compress` could
808-
previously be used to enable compression for all shared file system repositories where `compress` was not specified.
809-
The `repositories.fs.compress` setting has been removed.
810-
811-
*Impact* +
812-
Use the repository specific `compress` setting to enable compression. See
813-
{ref}/snapshots-register-repository.html[Register a snapshot repository] for
814-
information on the `compress` setting.
815-
816-
Discontinue use of the `repositories.fs.compress` node-level setting.
817-
====
818-
819803
.Snapshots compress metadata files by default.
820804
[%collapsible]
821805
====

0 commit comments

Comments
 (0)