You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropping a field from an index template is a real datastore-state change
with operational risk (new rollover indices are auto-created from the
template with dynamic: strict mappings), and we previously had a near-SEV
from dropping a template field while old indexers still published it.
Re-record that history and the required schema evolution workflow at the
decision point, since this PR removes the merge_properties guard that
previously preserved template fields.
0 commit comments