Kibana 8.2.2 startup issue

Kibana 8.2.2 startup failing with below error and couldn't able to start the service on s390x architecture.

[DEBUG][root] shutting root down
[2022-06-13T21:39:55.940-04:00][FATAL][root] Error: /var/newheights-logs/ELK/kibana-8.2.2/node_modules/re2/build/Release/re2.node: ELF file data encoding not big-endian
at Object.Module._extensions..node (node:internal/modules/cjs/loader:1187:18)
at Module.load (node:internal/modules/cjs/loader:981:32)

[DEBUG][server] stopping server
[DEBUG][plugins-service] Stopping plugins service
[DEBUG][Elasticsearch-service] Stopping Elasticsearch service

File re2/build/Release/re2.node:
ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked,

Any idea how to resolve this issue.

Welcome to our community! :smiley:

We don't support s390x sorry to say.

thank you warkolm.

Is there anyway it can be compile the re2.node module?

I don't know sorry.

It failed in Linux architecture as well with same ELF big-endian on re2.node module.

Tried manually compiling using npm install --save re2 and its failing with below.
error gyp ERR! build error
1151 error gyp ERR! stack Error: not found: make
error gyp ERR! stack at getNotFoundError node_modules/which/which.js:10:17)

1 Like

Anything found?

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