We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kibana dashboard loads fine after install, but then I shutdown and snapshot the VM. After reboot couldn't understand why things stopped. Manual installation directions from Elastic make these recommendations. https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html
Recommend adding: sudo /bin/systemctl daemon-reload sudo /bin/systemctl enable kibana.service sudo /bin/systemctl enable logstash.service sudo /bin/systemctl enable elasticsearch.service sudo /bin/systemctl enable filebeat.service
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Kibana dashboard loads fine after install, but then I shutdown and snapshot the VM. After reboot couldn't understand why things stopped. Manual installation directions from Elastic make these recommendations.
https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html
Recommend adding:
sudo /bin/systemctl daemon-reload
sudo /bin/systemctl enable kibana.service
sudo /bin/systemctl enable logstash.service
sudo /bin/systemctl enable elasticsearch.service
sudo /bin/systemctl enable filebeat.service
The text was updated successfully, but these errors were encountered: