Hi-
I made a mistake while upgrading the Kibana ; I had followed the steps to reindex the .kibana to .kibana-6 even though am in the same version (6.x) , and which made all my dashboards to disappear.
I have tried reindxing back to .kibana, which throws the below error message:
query:
POST /_reindex
{
"source": {
"index": ".kibana-6"
},
"dest": {
"index": ".kibana"
}
}
Response:
"error": {
"root_cause": [
{
"type": "action_request_validation_exception",
"reason": "Validation Failed: 1: reindex cannot write into an index its reading from [.kibana-6];"
}
],
"type": "action_request_validation_exception",
"reason": "Validation Failed: 1: reindex cannot write into an index its reading from [.kibana-6];"
},
"status": 400
}
Please help me out. Thanks !