ELK,萌萌哒

elasticsearch能否手动设置某个索引为只读状态

Elasticsearch | 作者 chzhty001 | 发布于2018年10月16日 | 阅读数:3402

RT
已邀请:

juin - 大数据开发

赞同来自: chzhty001

可以设置用户的权限
 
比如使用searchguard 做权限控制,那么就可以限制某一账户对某一索引的查看权限,如SERACH |  ALL 等
 
xpack 应该同理

laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net

赞同来自:

PUT /twitter/_settings
{
"index.blocks.read_only_allow_delete": null
}
对应6.X版本的官网:https://www.elastic.co/guide/e ... .html

要回复问题请先登录注册