Last active
September 18, 2017 16:19
-
-
Save gwynp/257298be0c8965ab2fbbdb059d52a3a5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| wget https://artifacts.elastic.co/downloads/kibana/kibana-5.6.0-amd64.deb | |
| dpkg -i kibana-5.6.0-amd64.deb | |
| systemctl daemon-reload | |
| systemctl enable kibana.service | |
| systemctl start kibana.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment