kibana-own-home
kibana-own-home copied to clipboard
Shrot URL doesn't work, need to add /app/kibana
Hi,
I'm gettng this error when accessing to kibana (http://host:port) with own_home 6.7.1
{"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred"}
Jul 28 10:12:11 3e1c1add9c38 kibana[27186]: Debug: internal, implementation, error
Jul 28 10:12:11 3e1c1add9c38 kibana[27186]: Error: handler method did not return a value, a promise, or throw an error
Jul 28 10:12:11 3e1c1add9c38 kibana[27186]: at module.exports.internals.Manager.execute (/usr/share/kibana/node_modules/hapi/lib/toolkit.js:52:29)
It works fine only if I add /app/kibana to url (http://host:port/app/kibana)