只配置了
server.port: 5601
server.host : ip地址
server.basePath: "/kibana"
server.rewritebasePath: false
elasticsearch.hosts: ["es的地址"]
访问 http://ip:5601/kibana 返回:{statuscode :404,error: Not Found, message:Not Found}
这个意思是接收到的请求它找不到 你试试http://$ip:5601/status