Ansible role for installing different elastic beats on your server
Supported beats
- dockbeat
- packetbeat
- pingbeat
Install Ansible on your computer, refer to the official documentation for more details.
ansible-galaxy install https://github.com/iixlabs/ansible-beats
All variables are defined in the file defaults/main.yml. They will enable the different beat that you want to install and the versions to use
None
---
- hosts: myhosts
sudo: true
vars:
dockbeat_enabled: true
beats_elasticsearch_host: localhost
beats_elasticsearch_port: 9200
roles:
- beats
Apache 2.0