@@ -11,12 +11,12 @@ See also <<release-highlights>> and <<es-release-notes>>.
11
11
12
12
* <<breaking_713_mapping_changes>>
13
13
* <<breaking_713_ssl_changes>>
14
- * <<breaking_713_frozen_multiple_data_paths_changes >>
14
+ * <<breaking_713_settings_changes >>
15
15
* <<breaking_713_agg_deprecations>>
16
16
* <<breaking_713_infra_core_deprecations>>
17
17
* <<breaking_713_eql_deprecations>>
18
- * <<breaking_713_security_changes >>
19
- * <<breaking_713_setting_changes >>
18
+ * <<breaking_713_security_deprecations >>
19
+ * <<breaking_713_settings_deprecations >>
20
20
21
21
//NOTE: The notable-breaking-changes tagged regions are re-used in the
22
22
//Installation and Upgrade Guide
@@ -88,9 +88,14 @@ SSL/TLS versions on your JDK].
88
88
====
89
89
90
90
[discrete]
91
- [[breaking_713_frozen_multiple_data_paths_changes ]]
92
- ==== Frozen tier and multiple data paths changes
91
+ [[breaking_713_settings_changes ]]
92
+ ==== Settings changes
93
93
94
+ [[breaking_713_frozen_multiple_data_paths_changes]]
95
+ .Changes to the frozen tier and multiple data paths
96
+ [%collapsible]
97
+ ====
98
+ *Details* +
94
99
{es} 7.12 included a technical preview of the frozen tier, being able to use
95
100
partially mounted indices (searchable snapshots mounted with the shared cache
96
101
option). Trying out this feature required configuring a shared cache using the
@@ -103,6 +108,7 @@ you do not utilize multiple data paths this will not affect you. Likewise, if
103
108
you have not set `xpack.searchable.snapshot.shared_cache.size` and have not
104
109
configured dedicated frozen nodes (nodes with the `data_frozen` role and no
105
110
other data roles) this will not affect you.
111
+ ====
106
112
// end::notable-breaking-changes[]
107
113
108
114
[discrete]
@@ -285,7 +291,7 @@ instead.
285
291
====
286
292
287
293
[discrete]
288
- [[breaking_713_security_changes ]]
294
+ [[breaking_713_security_deprecations ]]
289
295
==== Security deprecations
290
296
291
297
[[implicitly-disabled-basic-realms]]
@@ -325,8 +331,8 @@ configuration will result in an error on startup.
325
331
====
326
332
327
333
[discrete]
328
- [[breaking_713_setting_changes ]]
329
- ==== Setting deprecations
334
+ [[breaking_713_settings_deprecations ]]
335
+ ==== Settings deprecations
330
336
331
337
[[deprecate-shared-data-path-settings]]
332
338
.The `path.shared_data` and `index.data_path` settings are deprecated.
0 commit comments