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