Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ntamvl/d3cd93e1f84a6266a0ca6f3434056757 to your computer and use it in GitHub Desktop.
Save ntamvl/d3cd93e1f84a6266a0ca6f3434056757 to your computer and use it in GitHub Desktop.
[ElasticSearch] How to turn red to Green or yellow status

[ElasticSearch] How to turn red to Green or yellow status

PUT _settings
{
    "index" : {
        "number_of_replicas" : 0
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment