Skip to content

Commit 9b5546a

Browse files
Update migrate_8_16.asciidoc to include enrich.cache_size breaking change
Heya, due to a bug found in elastic/sdh-elasticsearch#8603 a new breaking change was discovered with the enrich.cache_size setting changed to enrich.cache.size parameter. A Support KB now outlines the issue, https://support.elastic.co/knowledge/4821af0d. This commit adds an "Ingest changes" to the breaking changes section to outline this new behavior.
1 parent 093673a commit 9b5546a

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_schema_change]]
142+
.Ingest enrich.cache_size schema change
143+
[%collapsible]
144+
====
145+
*Details* +
146+
Changed `enrich.cache_size` parameter to `enrich.cache.size`.
147+
Update the setting to `enrich.cache.size` or remove the setting from your elasticsearch.yml before upgrading.
148+
149+
*Impact* +
150+
If your cluster has `enrich.cache_size` configured prior to upgrading to 8.16 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)