Install Filebeat using ansible-role-filebeat.
git clone https://github.com/UMNET-perfSONAR/ansible-playbook-filebeat.git
cd ansible-playbook-filebeatansible-galaxy install git+https://github.com/UMNET-perfSONAR/ansible-role-filebeat.git,main --roles-path ./rolesNote: If you need to reinstall the role, first remove it:
ansible-galaxy remove ansible-role-filebeatThen run the install command again.
chmod +x defaults.sh
./defaults.shvi inventory/hosts.iniansible-playbook install_filebeat.yml --ask-become-pass -e "ansible_become_method=su"You'll be prompted to type in the BECOME password. Note: this command may differ depending on your hosts