kurtado / quick-elk

Install and run an ELK stack on your laptop, lickety-split!
71 stars 31 forks source link

Unable to install properly #20

Open nipunarora opened 9 years ago

nipunarora commented 9 years ago

I get the following error when I try to install, ES and Logstash run properly but kibana crashes

./kibana-4.0.1-darwin-x64/bin/../node/bin/node: 1: ./kibana-4.0.1-darwin-x64/bin/../node/bin/node: ??????: not found ./kibana-4.0.1-darwin-x64/bin/../node/bin/node: 2: ./kibana-4.0.1-darwin-x64/bin/../node/bin/node: Syntax error: ")" unexpected ^C [1]+ Exit 2 ./kibana-4.0.1-darwin-x64/bin/kibana

I am running this on an ubuntu 14.04 64 bit machine,

kurtado commented 9 years ago

Hi Nipun, Unfortunately, I've only been able to build the install script for MacOSX at this point. If you download one of the linux versions here and install manually, it should work. Let me know...

https://www.elastic.co/downloads/kibana

nipunarora commented 9 years ago

Hi Kurtado,

I actually got it working a little while back. I will create a fork and make a patch, maybe you can pull from it?

Thanks Nipun