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
Kibana server is not ready yet #25806 - With a single Kibana instance and after deleting all .kibana_* indices, the migration is reporting that another migration is in progress after creating .kibana_1
157050 resource_not_found_exception exception on tasks API with ES basic license
Messaging to encourage users not to interrupt migration process
During the initial migration both .kibana_1 (reindex) and .kibana_2 (migration) are created. When re-starting Kibana to retry, the messaging only gives a single index to delete. We should either give both index names, or more preferably only create a single index at a time.
Increase verbosity of log output for use in debugging
Add ability to cancel current migration and capture SIGINT.
Index status/failure into target index.
The text was updated successfully, but these errors were encountered:
Closing this out-dated meta-issue. Most issues have been resolved and there is a large effort underway to change how migrations work with a priority on minimizing their production impact.
.kibana_*
indices, the migration is reporting that another migration is in progress after creating.kibana_1
Resolved:
"cluster.routing.allocation.enable": null
Possible improvements:
.kibana_1
(reindex) and.kibana_2
(migration) are created. When re-starting Kibana to retry, the messaging only gives a single index to delete. We should either give both index names, or more preferably only create a single index at a time.The text was updated successfully, but these errors were encountered: