lmakonem / ELK-SIEM-Ansible-Playbook

Ansible Playbook to install the ELK Stack
GNU General Public License v3.0
39 stars 27 forks source link

Recommend setting services to automatic start #1

Open RickH925 opened 4 years ago

RickH925 commented 4 years ago

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