Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vkhazin/099cfe6801dcb4138254dd80a8844924 to your computer and use it in GitHub Desktop.
Save vkhazin/099cfe6801dcb4138254dd80a8844924 to your computer and use it in GitHub Desktop.
Auto-start ElasticSearch, Kibana, and Logstash on Ubuntu 16.04
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