Add filebeat role to wazuh-elastic_stack-single.yml playbook
This commit is contained in:
parent
2848c80878
commit
c265bbbaac
@ -2,5 +2,7 @@
|
|||||||
- hosts: <your server host>
|
- hosts: <your server host>
|
||||||
roles:
|
roles:
|
||||||
- {role: ../roles/wazuh/ansible-wazuh-manager}
|
- {role: ../roles/wazuh/ansible-wazuh-manager}
|
||||||
|
- role: ../roles/wazuh/ansible-filebeat
|
||||||
|
filebeat_output_elasticsearch_hosts: localhost:9200
|
||||||
- {role: ../roles/elastic-stack/ansible-elasticsearch, elasticsearch_network_host: '0.0.0.0', single_node: true}
|
- {role: ../roles/elastic-stack/ansible-elasticsearch, elasticsearch_network_host: '0.0.0.0', single_node: true}
|
||||||
- { role: ../roles/elastic-stack/ansible-kibana, elasticsearch_network_host: 'localhost' }
|
- { role: ../roles/elastic-stack/ansible-kibana, elasticsearch_network_host: 'localhost' }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user