andrelohmann.beats

beets

Build Status

This is a simple tool to install the selected beats on your computer.

!!! Note: This tool does not prioritize security. Make sure to secure data transfer using iptables. !!!

!!! This tool works alongside https://galaxy.ansible.com/andrelohmann/elasticstack !!!

Role Variables

elasticsearch_listen_ip: "localhost" # The IP address that beats will connect to
elasticsearch_release: 7.1.1

elasticsearch_install_auditbeat: True
elasticsearch_install_filebeat: True
elasticsearch_install_heartbeat: False
elasticsearch_install_metricbeat: True
elasticsearch_install_packetbeat: True

Example Playbook

- hosts: beats
  roles:
     - { role: andrelohmann.beats }

License

MIT

Author Information

https://github.com/andrelohmann

Informazioni sul progetto

ansible galaxy role to deploy elasticstack beats to your node

Installa
ansible-galaxy install andrelohmann.beats
Licenza
mit
Download
604
Proprietario