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
In the upgrade to the 9.0 ES client, the deprecated body field has been removed and we encountered this issue that occurs during index mapping updates to the alert indices during startup that occurs because we simulate the update and then take the output of the simulate and use it in the subsequent PUT mapping call. For datastreams, the simulate output returns a data_stream_timestamp field that is unrecognized in the PUT mapping call. While this is a bug in the ES client, perhaps we should also be stricter about which field from the simulate output we're passing through to avoid similar issues in the future.