Skip to content

Instantly share code, notes, and snippets.

@antunesleo
Created October 5, 2018 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antunesleo/d4c15e78a1729d68df55dd4b1857a7dc to your computer and use it in GitHub Desktop.
Save antunesleo/d4c15e78a1729d68df55dd4b1857a7dc to your computer and use it in GitHub Desktop.
Error trying to create index: resource already exists
{
"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