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.