elasticsearch对可能破坏性的操作限制通配符
PUT _cluster/settings?master_timeout=5m
{
"transient": {
"action.destructive_requires_name": true
}
}
PUT _cluster/settings?master_timeout=5m
{
"transient": {
"action.destructive_requires_name": true
}
}