我只是在elasticsearch 7.1.0中设置了我的xpack, 如下elasticsearch.yml:
xpack.security.enabled: true
discovery.type: single-node
在我的 elasticsearch.yml
然后,我运行
>elasticsearch-setup-passwords interactive
并更改了所有内置用户密码。
这是我在Kibana.yml中所做的更改
xpack.security.enabled: true
elasticsearch.username: "kibana"
elasticsearch.password: "password@123"
当我重新启动 Kibana 时,我会提示一个用户名密码页面,我在其中给出
kibana/password@123
了我在 yml 中设置的内容。
我得到以下回复:
{"statusCode":403,"error":"Forbidden","message":"Forbidden"}
请帮帮我。