我通过跟踪
的Wiki来设置kibana本地开发https://github.com/elastic/kibana/blob/7.1/CONTRIBUTING.md#setting-up-your-development-environment
yarn es snapshot
我能够在cli以上的http://localhost:9200/本地运行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
以默认用户名/密码登录后,它返回错误响应。
{"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=()
答案 0 :(得分:0)
我找到了自己的答案。
只需使用具有许可权的另一个默认用户帐户,实际上,我使用elastic
登录并有效
https://www.elastic.co/guide/en/elastic-stack-overview/7.1/built-in-users.html