Created
October 5, 2018 12:11
-
-
Save antunesleo/d4c15e78a1729d68df55dd4b1857a7dc to your computer and use it in GitHub Desktop.
Error trying to create index: resource already exists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"error": { | |
"root_cause": [ | |
{ | |
"type": "resource_already_exists_exception", | |
"reason": "index [movies/rVw9qS4eS5iTOf5Zc2soZA] already exists", | |
"index_uuid": "rVw9qS4eS5iTOf5Zc2soZA", | |
"index": "movies" | |
} | |
], | |
"type": "resource_already_exists_exception", | |
"reason": "index [movies/rVw9qS4eS5iTOf5Zc2soZA] already exists", | |
"index_uuid": "rVw9qS4eS5iTOf5Zc2soZA", | |
"index": "movies" | |
}, | |
"status": 400 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment