Skip to content

Commit 3e09b9e

Browse files
Include enrich.cache_size breaking change in 8.16 doc (#118161) (#120448)
This commit adds an "Ingest changes" to the breaking changes section to outline this new behavior. Co-authored-by: Zach Brisson <[email protected]>
1 parent 5bb5d74 commit 3e09b9e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/reference/migration/migrate_8_16.asciidoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,23 @@ renamed it to `data_retention` and added telemetry about the other configuration
131131
Users that use the field `data_lifecycle.retention` should use the `data_lifecycle.data_retention`
132132
====
133133

134+
[discrete]
135+
[[breaking_816_ingest_changes]]
136+
==== Ingest changes
137+
138+
[[ingest_enrich.cache_size_name_inconsistency]]
139+
.Ingest enrich.cache_size name inconsistency
140+
[%collapsible]
141+
====
142+
*Details* +
143+
The setting `enrich.cache_size` was temporarily renamed to `enrich.cache.size` in `8.16.0` and `8.16.1`.
144+
The preferred resolution is upgrading to `8.16.2` or higher. If that is not possible, temporarily rename the setting to `enrich.cache.size` until you are able to upgrade to `8.16.2` or higher. The temporary name is deprecated and will be removed in a future version.
145+
146+
*Impact* +
147+
If your cluster has `enrich.cache_size` configured prior to upgrading to `8.16.0` or `8.16.1` you may see errors that prevent the upgrade from proceeding.
148+
====
149+
150+
134151

135152
[discrete]
136153
[[deprecated-8.16]]

0 commit comments

Comments
 (0)