Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/reference/migration/migrate_8_16.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,23 @@ renamed it to `data_retention` and added telemetry about the other configuration
Users that use the field `data_lifecycle.retention` should use the `data_lifecycle.data_retention`
====

[discrete]
[[breaking_816_ingest_changes]]
==== Ingest changes

[[ingest_enrich.cache_size_schema_change]]
.Ingest enrich.cache_size schema change
[%collapsible]
====
*Details* +
Changed `enrich.cache_size` parameter to `enrich.cache.size`.
Update the setting to `enrich.cache.size` or remove the setting from your elasticsearch.yml before upgrading.

*Impact* +
If your cluster has `enrich.cache_size` configured prior to upgrading to 8.16 you may see errors that prevent the upgrade from proceeding.
====



[discrete]
[[deprecated-8.16]]
Expand Down
Loading