https://github.com/ildus/ansible-logs
Ansible configuration for centralized logging
https://github.com/ildus/ansible-logs
Last synced: 6 months ago
JSON representation
Ansible configuration for centralized logging
- Host: GitHub
- URL: https://github.com/ildus/ansible-logs
- Owner: ildus
- Created: 2015-01-26T07:43:37.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T13:51:47.000Z (about 10 years ago)
- Last Synced: 2024-10-14T02:42:51.723Z (about 1 year ago)
- Language: Shell
- Size: 196 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
Ansible configuration for centralized logging with Heka+Elasticsearch+Kibana.
Installs heka on all servers, elasticsearch and kibana on specified servers.
Using:
1. Add your hosts to `hosts` file
2. Set `deploy_user` variable in `hosts` file. This user must have home folder for kibana installation.
3. Start in command line:
```
ansible-playbook ./logs.yml -i hosts -K -u
```