Skip to content

Instantly share code, notes, and snippets.

@yolleksandr
Last active September 12, 2019 07:22
Show Gist options
  • Save yolleksandr/e503e64c8b3335b2b78a184e09e63461 to your computer and use it in GitHub Desktop.
Save yolleksandr/e503e64c8b3335b2b78a184e09e63461 to your computer and use it in GitHub Desktop.
Elasticsearch
elasticsearch — FORBIDDEN/12/index read-only / allow delete (api)
PUT qa-gidra-filebeat-2019.03.21/_settings
{
"index": {
"blocks": {
"read_only_allow_delete": "false"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment