Hello
I have some problem when trying to connect to my Kibana via localhost on the host.
I get the error Bad Gateway 502. And the services Kibana will not start at all.
The logs in /var/log/kibana/kibana.stderr show :
/opt/kibana/bin/../node/bin/node: 1: /opt/kibana/bin/../node/bin/node: cannot create @▒j@@@@: Permission denied
/opt/kibana/bin/../node/bin/node: 1: /opt/kibana/bin/../node/bin/node:ELF: not found
and im not sure why, i get that it does not have rights but i have dubbelcheck it, and even after running this command :sudo chmod +x /etc/init.d/kibana
sudo update-rc.d kibana defaults 96 9
sudo service kibana start
but still
ls -la kibana
-rwxrwxrwx 1 root root 3271 dec 16 17:13 kibana
So i get that iam running the 64 bit version of Kibana and iam trying to uninstall Kibana but i cant seem to do it.
sudo apt-get purge kibana . E: Cant find the packge kibana. My debian box cant find the pkg Kibana.
Where is it placed ?
Yeah, so step one is running the 32 bit version instead, as you are on a 32 bit system.
How'd you install it in the first place? We don't have an apt install process as far as I know, so I'm not sure how Kibana ended up in /opt on your system. Perhaps you put it there by hand?
In any event, all you need to do to "uninstall" Kibana is simply remove the /opt/kibana path, it doesn't create files anywhere else.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.