We are planning to upgrade to ELK V8 and we are making an inventory what we need to do to be able to do this successfully. We are currently running v7.17.6.
We discovered this by running the GET /_migration/deprecations call in Kibana to show us which indices need attention prior to upgrading to (in the meantime) V9.
.readonlyrest
.readonlyrest_license
were two of the indices popping up there which still had an older version (7.17.6), while we’re already on 8.18.1 with the ELK stack.
We already have an idea how to fix the .readonlyrest index. (by opening two tabs, deleting it in one tab and re-save the config in the other, which should create a new index with the newer version).
But we don’t know how to fix the .readonlyrest_license index. Can we just re-index this one without harming it?
You can remove .readonlyrest_licenseand load the activation key via the Activation Key tab in the Edit security settings page. Thanks to it, a new .readonlyrest_license index will be recreated.