For the identity cache index, follow the steps detailed in the guide 5.2 - How to migrate Identity Cache
Update the aspire-mappings index to refresh mappings:
PUT aspire-audit/_mapping { "properties": { "audit.timestamp": { "type": "date" }, "audit.seedId": { "type": "keyword" }, "audit.crawlId": { "type": "keyword" }, "audit.type": { "type": "keyword" }, "audit.worker": { "type": "keyword" }, "audit.statistics.seedId": { "type": "keyword" }, "audit.statistics.connectionId": { "type": "keyword" }, "audit.statistics.connectorId": { "type": "keyword" }, "audit.statistics.id": { "type": "keyword" } } }