1. 修改elasticsearch 配置文件
#进入es安装目录下的config目录 vim elasticsearch.yml # 配置X-Pack http.cors.enabled: true http.cors.allow-origin: "*" http.cors.allow-headers: Authorization xpack.security.enabled: true xpack.security.transport.ssl.enabled: true
2. 重启elasticsearch 服务
3. 执行设置用户名和密码的命令,分别需要设置elastic、kibana、logstash_system、beats_system
进入到bin 目录下,执行:./elasticsearch-setup-passwords interactive
4. 修改kibana 配置文件,添加配置
elasticsearch.username: "elastic" elasticsearch.password: "xxx"
5. 重启kibana服务
6. 登录