Hello everyone,
after upgrading to 7.11.1 (coming from 7.5.0) I notice that the "Upgrade Assistant" reports an Internal Server Error:
I tried starting kibana with logging.verbose: true
but can't seem to see any "useful" information:
GET /api/upgrade_assistant/status
Error: Internal Server Error
at HapiResponseAdapter.toError (/usr/share/kibana/src/core/server/http/router/response_adapter.js:121:19)
at HapiResponseAdapter.toHapiResponse (/usr/share/kibana/src/core/server/http/router/response_adapter.js:75:19)
at HapiResponseAdapter.handle (/usr/share/kibana/src/core/server/http/router/response_adapter.js:70:17)
at Router.handle (/usr/share/kibana/src/core/server/http/router/router.js:164:34)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at handler (/usr/share/kibana/src/core/server/http/router/router.js:124:50)
at module.exports.internals.Manager.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/toolkit.js:45:28)
at Object.internals.handler (/usr/share/kibana/node_modules/@hapi/hapi/lib/handler.js:46:20)
at exports.execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/handler.js:31:20)
at Request._lifecycle (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:312:32)
at Request._execute (/usr/share/kibana/node_modules/@hapi/hapi/lib/request.js:221:9)
The request appears to return a
{"statusCode":500,"error":"Internal Server Error","message":"Cannot read property 'level' of undefined"}
Thanks for input.