Ansible configuration for centralized logging with Heka+Elasticsearch+Kibana. Installs heka on all servers, elasticsearch and kibana on specified servers.
Using:
- Add your hosts to
hosts
file - Set
deploy_user
variable inhosts
file. This user must have home folder for kibana installation. - Start in command line:
ansible-playbook ./logs.yml -i hosts -K -u <user>