防止在Elasticsearch中意外删除索引

In Elasticsearch, you can use wildcard in a lot of the index operations. This is very handy, but can be dangerous sometimes, e.g., when you use wildcards when deleting indexes. You may delete...

在Elasticsearch中,使用通配符删除索引可能导致意外删除不必要的索引。通过将action.destructive_requires_name设置为true,可以强制指定索引名称进行删除,从而避免此类问题。

防止在Elasticsearch中意外删除索引
原文英文,约200词,阅读约需1分钟。发表于:
阅读原文