ES 安全

作者: 侧耳倾听y | 来源:发表于2021-11-29 23:49 被阅读0次

    为集群设置密码

    设置ES

    • 启动ES,集群名为esclu,数据目录为node0_data,启用xpack.security.enabled为true

    bin/elasticsearch -E node.name=node0 -E cluster.name=esclu -E path.data=node0_data -E http.port=9200 -E xpack.security.enabled=true

    • 设置默认密码

    bin/elasticsearch-setup-passwords interactive

    设置 kibana

    • 打开kibana配置文件

    vim config/kibana.yml

    修改
    elasticsearch.username: "kibana"
    elasticsearch.password: "123456"

    登录kibana

    这里要使用elastic账号登录

    创建角色

    Management-> Role-> Create role

    创建用户

    Management-> Role-> Create New user

    相关文章

      网友评论

          本文标题:ES 安全

          本文链接:https://www.haomeiwen.com/subject/vrflxrtx.html