Kibana internal Server Error

Hello,

I build ELK 8.0 from github, on Debian 10 (both elasticsearch nodes and kibana), and when I try to go to index management --> indices I am getting an internal Error :

Kibana Logs:

server    log   [14:51:03.461] [error][http] TypeError: Cannot read property 'aliases' of undefined
    at map (/home/ELK-8/kibana/x-pack/plugins/index_management/server/lib/fetch_indices.ts:82:39)
    at Array.map (<anonymous>)
    at fetchIndicesCall (/home/ELK-8/kibana/x-pack/plugins/index_management/server/lib/fetch_indices.ts:80:18)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at fetchIndices (/home/ELK-8/kibana/x-pack/plugins/index_management/server/lib/fetch_indices.ts:106:19)
    at /home/ELK-8/kibana/x-pack/plugins/index_management/server/routes/api/indices/register_reload_route.ts:27:25
    at Router.handle (/home/ELK-8/kibana/src/core/server/http/router/router.ts:273:30)
    at handler (/home/ELK-8/kibana/src/core/server/http/router/router.ts:228:11)
    at exports.Manager.execute (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
    at Object.internals.handler (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/handler.js:46:20)
    at exports.execute (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/handler.js:31:20)
    at Request._lifecycle (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/request.js:370:32)
    at Request._execute (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/request.js:279:9)
server   error  [14:51:03.431]  Error: Internal Server Error
    at HapiResponseAdapter.toInternalError (/home/ELK-8/kibana/src/core/server/http/router/response_adapter.ts:53:19)
    at Router.handle (/home/ELK-8/kibana/src/core/server/http/router/router.ts:287:34)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at handler (/home/ELK-8/kibana/src/core/server/http/router/router.ts:228:11)
    at exports.Manager.execute (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/toolkit.js:60:28)
    at Object.internals.handler (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/handler.js:46:20)
    at exports.execute (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/handler.js:31:20)
    at Request._lifecycle (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/request.js:370:32)
    at Request._execute (/home/ELK-8/kibana/node_modules/@hapi/hapi/lib/request.js:279:9)

Hi @TheHunter1 ,

Kibana supports Debian 10 only since 7.13 based on our support matrix, so in theory you can expect it to work for 8.0. But since it is in active development you might face blocking issues and looks like you are hitting kibana/issues/104079

Regards, Dima

1 Like

Thanks for the information @Dzmitry ,

I run git pull again, and this cleared the error

Best regards

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.