After a clean setup if I run bin/kibana I got this:
bin/kibana: 20: exec: bin/node/bin/node: not found
EDIT: sorry, my fault: simply used the wrong arch. Please close this issue.
.. turns out this is still rather helpful =)
I got the same error after installing the 32 version on a 64 bit machine! very helpful, thanks
I have installed Kibana 4.0.2 in a Docker container alpine and busybox, and I get the same error and I have downloaded the 64bit version
@jimonreal: I skipped the script and executed node ./src/cli in the base directory instead. Seems to work. For some reason the script does not fall back to which node correctly.
i installed kibana 5.6.4 32bit on 32bit and i have the same error
pi@raspberrypi:/usr/share/kibana/kibana-5.6.4-linux-x86/bin $ sudo ./kibana
./kibana: 24: exec: ./../node/bin/node: Exec format error
This may be a little bit late as the error is since Nov. 2017. I hope it help some body.
I was having the same problem after I upgraded to version 6 from 5.5.2
This issue is nothing to do with Kibana itself but with your version of nodejs installed
if you download the zip version or the tar version, just remove the node folder after unpacking and install a version of nodejs heigher than 6. link the node to your kibana folder
this work for me on debian 9.
Most helpful comment
i installed kibana 5.6.4 32bit on 32bit and i have the same error
pi@raspberrypi:/usr/share/kibana/kibana-5.6.4-linux-x86/bin $ sudo ./kibana
./kibana: 24: exec: ./../node/bin/node: Exec format error