What is the best practice to install and configuration deployment of beats when there is a huge amount of servers/VMs say around 500. Whether Ansible configuration management will suffice?
Yes, you'd want to use some sort of a configuration management system like Ansible.
Hi @mruthyu,
You can use https://github.com/elastic/ansible-beats/ to deploy Filebeat and Metribeat via Ansible on Linux servers.
Thank you. Will check.