After downloading the last version in my debian:
wget https://artifacts.elastic.co/downloads/kibana/kibana-6.2.2-linux-x86_64.tar.gz
When I try to execute, it gives me an error:
/kibana-6.2.2-linux-x86_64# bin/kibana
bin/kibana: 24: exec: bin/../node/bin/node: Exec format error
the file node seems to be with x persmissions:
root@debian:~/kibana-6.2.2-linux-x86_64/node/bin# ls -l
-rwxrwxr-x 1 jose jose 30559647 feb 16 20:20 node
-rwxrwxr-x 2 jose jose 1996 feb 16 20:20 npm
and if I try to directly launch it i get an error:
root@debian:~/kibana-6.2.2-linux-x86_64/node/bin# ./node
-bash: ./node: cannot execute binary file: Formato de ejecutable incorrecto
I've been trying with older versions of kibana but I get the same error
My Debian is: lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 9.4 (stretch)
Release: 9.4
Codename: stretch