Skip to content

Instantly share code, notes, and snippets.

@kaioken
Last active December 29, 2019 23:51
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 kaioken/a30eaf27e4ba9772cf33a34745ae72af to your computer and use it in GitHub Desktop.
Save kaioken/a30eaf27e4ba9772cf33a34745ae72af to your computer and use it in GitHub Desktop.
AWS Elasticsearch Update Settings
curl --location --request PUT 'https://elasticclustre.amazonaws.com/_cluster/settings'  -H 'Content-Type: application/json' \
--data '{
    "persistent": {
        "action.auto_create_index": "true"
    }
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment