kibana server.basePath results in 404
问题 I am running kibana 4.4.1 on RHEL 7.2 Everything works when the kibana.yml file does not contain the setting server.basePath . Kibana successfully starts and spits out the message [info][listening] Server running at http://x.x.x.x:5601/ curl http://x.x.x.x:5601/app/kibana returns the expected HTML. However, when basePath is set to server.basePath: "/kibana4" , http://x.x.x.x:5601/kibana4/app/kibana results in a 404. Why? The server successfully starts with the same logging [info][listening]