elasticsearch 使用ReadOnly REST 增加密码和ip访问权限
·
readonlyrest:
enable: true
access_control_rules:
- name: Full access with HTTP auth
auth_key: admin:123456
type: allow
- name: "allow anything from ip"
#hosts_local: ["10.0.0.0"]
hosts: ["10.187.0.0/16"]
type: allow
更多推荐

所有评论(0)