Kibana + ubuntu 20 - RaspberryPi

Hi,
I am trying to install Kibana on my Raspberry Pi 4GB with Ubuntu 20 OS and I have an issue. I install .DEB

sudo dpkg -i --force-all kibana-7.8.0-amd64.deb

---code---

root@elk:/home/ubuntu# cat /var/log/syslog | grep kibana
Jul  4 00:22:16 elk kibana[34820]: /usr/share/kibana/bin/kibana: 24: exec: /usr/share/kibana/bin/../node/bin/node: Exec format error
Jul  4 00:22:16 elk systemd[1]: kibana.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jul  4 00:22:16 elk systemd[1]: kibana.service: Failed with result 'exit-code'.
Jul  4 00:22:19 elk systemd[1]: kibana.service: Scheduled restart job, restart counter is at 1.
Jul  4 00:22:19 elk kibana[34823]: /usr/share/kibana/bin/kibana: 24: exec: /usr/share/kibana/bin/../node/bin/node: Exec format error
Jul  4 00:22:19 elk systemd[1]: kibana.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jul  4 00:22:19 elk systemd[1]: kibana.service: Failed with result 'exit-code'.
Jul  4 00:22:22 elk systemd[1]: kibana.service: Scheduled restart job, restart counter is at 2.
Jul  4 00:22:22 elk kibana[34828]: /usr/share/kibana/bin/kibana: 24: exec: /usr/share/kibana/bin/../node/bin/node: Exec format error
Jul  4 00:22:22 elk systemd[1]: kibana.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jul  4 00:22:22 elk systemd[1]: kibana.service: Failed with result 'exit-code'.
Jul  4 00:22:25 elk systemd[1]: kibana.service: Scheduled restart job, restart counter is at 3.
Jul  4 00:22:25 elk systemd[1]: kibana.service: Start request repeated too quickly.
Jul  4 00:22:25 elk systemd[1]: kibana.service: Failed with result 'exit-code'.
Jul  4 00:22:33 elk systemd[1]: kibana.service: Start request repeated too quickly.
Jul  4 00:22:33 elk systemd[1]: kibana.service: Failed with result 'exit-code'.
Jul  4 00:22:37 elk systemd[1]: kibana.service: Start request repeated too quickly.
Jul  4 00:22:37 elk systemd[1]: kibana.service: Failed with result 'exit-code'.

---code---

I understand where is ther error.

What I must to check or update?

Thanks.

I don't think the RPis are amd64 CPUs, pretty sure they are arm architecture. So you will need to grab the LINUX 64-BIT download from the downloads page.

Hi @warkolm,
I have install elasticsearch, logstash, filbeat and java on RPI4 (ubuntu 20.0). I have install kibana with the informacion about manual. (ref: Install Kibana from archive on Linux or macOS | Kibana Guide [8.11] | Elastic). The execution fail with these message.

ubuntu@ubuntu:~/kibana-7.8.0-linux-x86_64$ sudo ./bin/kibana
./bin/kibana: 24: exec: ./bin/../node/bin/node: Exec format error

I try to install install with apt-get, and it fail.

ubuntu@ubuntu:~$ sudo apt-get install kibana
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package kibana

I try with .deb

ubuntu@ubuntu:~$ sudo dpkg -i kibana-7.8.0-amd64.deb
dpkg: error processing archive kibana-7.8.0-amd64.deb (--install):
package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
kibana-7.8.0-amd64.deb

What I can do to install KIBANA in the RASPERRY PI4 on Ubuntu?
thanks

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