Last active
August 21, 2018 13:44
-
-
Save vkhazin/099cfe6801dcb4138254dd80a8844924 to your computer and use it in GitHub Desktop.
Auto-start ElasticSearch, Kibana, and Logstash on Ubuntu 16.04
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
sudo systemctl enable elasticsearch.service | |
sudo systemctl enable logstash.service | |
sudo systemctl enable kibana.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment