Hello everyone,
I’m trying to upgrade my opendistro to opensearch. The process itself occurred fine, but, when I tryied to update/create a new monitor through the api, I got the error:
mapper [destination.last_update_time] cannot be changed from type [long] to [date]
On cluster logs, these 3 lines appears to me:
[2021-10-22T20:10:24,613][WARN ][o.o.s.c.SecurityFlsDlsIndexSearcherWrapper] [node-1] search action for .opendistro-alerting-alerts is not allowed for a non adminDN user
[2021-10-22T20:10:24,617][WARN ][o.o.s.c.SecurityFlsDlsIndexSearcherWrapper] [node-1] search action for .opendistro-alerting-config is not allowed for a non adminDN user
[2021-10-22T20:10:24,653][ERROR][o.o.a.u.AlertingException] [node-1] Alerting error: java.lang.IllegalArgumentException: mapper [destination.last_update_time] cannot be changed from type [long] to [date]
Can anyone help me with this case?
Thanks