https://github.com/wearefarmgeek/ansible-logstash
Logstash playbook for ansible
https://github.com/wearefarmgeek/ansible-logstash
Last synced: 3 months ago
JSON representation
Logstash playbook for ansible
- Host: GitHub
- URL: https://github.com/wearefarmgeek/ansible-logstash
- Owner: WeAreFarmGeek
- License: mit
- Created: 2013-12-30T23:37:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-30T23:41:27.000Z (over 11 years ago)
- Last Synced: 2025-01-05T01:43:04.882Z (5 months ago)
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Logstash ansible roles
======================Setup
-----Generate SSL keys by running:
openssl req -x509 -batch -nodes -newkey rsa:2048 -keyout logstash-forwarder.key -out logstash-forwarder.crt
Copy the resultant .key and .crt files to `roles/logstash/files/certs`.
Copy `vars/global_vars.yml.sample` and customise it to suit your setup - it should be fairly self explanatory.
Add the `logstash` groups to your ansible hosts file
Installation
------------### Logstash:
`ansible-playbook logstash.yml`