Install the package (as root). On Ubuntu dpkg -i <the .deb package you downloaded>
On Redhat or CentOS yum install -y <the .rpm package you downloaded>
same steps as above for Elasticsearch.
The config files are in /etc/elasticsearch and /etc/kibana (but they should both start and connect with no changes)
as root service elasticsearch start , service kibana start
NOTE: Installing the packages create elasticsearch and kibana users and starting the services runs them as those users
see /var/log/elasticsearch/elasticsearch.log and /var/log/kibana/kibana.stdout
But it is not starting
I tried checking the status:;
sudo systemctl status kibana
● kibana.service - Kibana 4
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Thu 2017-01-19 15:02:54 IST; 7min ago
Process: 21863 ExecStart=/home/appadmin/kibana-4.3.0-linux-x64/node/bin/node /home/appadmin/kibana-4.3.0-linux-x64/src/cli (code=exited, status=217/USER)
Main PID: 21863 (code=exited, status=217/USER)
Jan 19 15:02:54 XX-XXX-XXXXXX systemd[1]: Started Kibana 4.
Jan 19 15:02:54 XX-XXX-XXXXXX systemd[1]: Starting Kibana 4...
Jan 19 15:02:54 XX-XXX-XXXXXX systemd[1]: kibana.service: main process exited, code=exited, status=217/USER
Jan 19 15:02:54 XX-XXX-XXXXXX systemd[1]: Unit kibana.service entered failed state.
Jan 19 15:02:54 XX-XXX-XXXXXX systemd[1]: kibana.service failed.
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.