开发环境无法打开kibana主页
Fail to open kibana homepage from development environment
我正在通过
中的 wiki 设置 kibana 本地开发
https://github.com/elastic/kibana/blob/7.1/CONTRIBUTING.md#setting-up-your-development-environment
yarn es snapshot
我可以在 http://localhost:9200/ 上使用上面的 cli 在本地 运行 elastichsearch。
yarn start
我可以使用上面的 cli 启动 kibana 服务器,根据日志,它促使我打开 http://localhost:5601/ykl、
server log [15:57:39.991] [info][listening] Server running at http://localhost:5603/ykl
server log [15:57:40.150] [info][status][plugin:spaces@8.0.0] Status changed from yellow to green - Ready
在我使用默认 user/password 登录后,它 return 返回错误响应。
{"statusCode":403,"error":"Forbidden","message":"Forbidden"}
我无法访问页面
http://localhost:5601/ykl/app/kibana#/management,
它会将我重定向到 http://localhost:5601/ykl/#/management 并带有错误响应,就像上面的错误 json 响应一样。
我的问题是访问主页的默认用户帐户有什么问题?如何更改 kibana 配置以允许我访问主页。
ps:
我可以毫无问题地打开状态页面 http://localhost:5601/ykl/status#?_g=()
我自己找到了答案。
只需使用另一个具有权限的默认用户帐户,实际上,我使用 elastic
登录并且有效
https://www.elastic.co/guide/en/elastic-stack-overview/7.1/built-in-users.html
我正在通过
中的 wiki 设置 kibana 本地开发https://github.com/elastic/kibana/blob/7.1/CONTRIBUTING.md#setting-up-your-development-environment
yarn es snapshot
我可以在 http://localhost:9200/ 上使用上面的 cli 在本地 运行 elastichsearch。
yarn start
我可以使用上面的 cli 启动 kibana 服务器,根据日志,它促使我打开 http://localhost:5601/ykl、
server log [15:57:39.991] [info][listening] Server running at http://localhost:5603/ykl
server log [15:57:40.150] [info][status][plugin:spaces@8.0.0] Status changed from yellow to green - Ready
在我使用默认 user/password 登录后,它 return 返回错误响应。
{"statusCode":403,"error":"Forbidden","message":"Forbidden"}
我无法访问页面 http://localhost:5601/ykl/app/kibana#/management, 它会将我重定向到 http://localhost:5601/ykl/#/management 并带有错误响应,就像上面的错误 json 响应一样。
我的问题是访问主页的默认用户帐户有什么问题?如何更改 kibana 配置以允许我访问主页。
ps: 我可以毫无问题地打开状态页面 http://localhost:5601/ykl/status#?_g=()
我自己找到了答案。
只需使用另一个具有权限的默认用户帐户,实际上,我使用 elastic
登录并且有效
https://www.elastic.co/guide/en/elastic-stack-overview/7.1/built-in-users.html