Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 572 Bytes

elastic-stack-ansible

Ansible Playbook Example for Elastic Stack (Elasticsearch, Logstash, Kibana, Beats)

Configure IP address on the following file

hosts/elastic.hosts

Set up ELK (Elasticsearch, Logstash and Kibana)

Note: will be installed on the same hosts

sudo ansible-playbook -i hosts/elastic.hosts playbooks/elk_setup.yml

Set up Filebeat

sudo ansible-playbook -i hosts/elastic.hosts playbooks/filebeat.yml

Read more about this playbook here