Skip to content

Commit 43b7524

Browse files
Include enrich.cache_size breaking change in 8.16 doc (#118161)
This commit adds an "Ingest changes" to the breaking changes section to outline this new behavior.
1 parent c584090 commit 43b7524

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
@@ -134,6 +134,23 @@ renamed it to `data_retention` and added telemetry about the other configuration
134134
Users that use the field `data_lifecycle.retention` should use the `data_lifecycle.data_retention`
135135
====
136136

137+
[discrete]
138+
[[breaking_816_ingest_changes]]
139+
==== Ingest changes
140+
141+
[[ingest_enrich.cache_size_name_inconsistency]]
142+
.Ingest enrich.cache_size name inconsistency
143+
[%collapsible]
144+
====
145+
*Details* +
146+
The setting `enrich.cache_size` was temporarily renamed to `enrich.cache.size` in `8.16.0` and `8.16.1`.
147+
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.
148+
149+
*Impact* +
150+
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.
151+
====
152+
153+
137154

138155
[discrete]
139156
[[deprecated-8.16]]

0 commit comments

Comments
 (0)