Last active
January 12, 2016 15:02
-
-
Save mayvazyan/95bd4f12305cae73ecaf to your computer and use it in GitHub Desktop.
Kibana.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /opt | |
sudo wget https://download.elastic.co/kibana/kibana/kibana-4.3.1-linux-x64.tar.gz | |
sudo tar -zxvf kibana-4.3.1-linux-x64.tar.gz | |
sudo mv kibana-4.3.1-linux-x64 kibana | |
sudo rm kibana-4.3.1-linux-x64.tar.gz | |
cd /etc/init.d | |
sudo wget https://raw.githubusercontent.com/akabdog/scripts/master/kibana4_init | |
sudo update-rc.d kibana4_init defaults 95 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment