ansible-elk
ansible-elk copied to clipboard
:bar_chart: Ansible playbook for setting up an ELK/EFK stack and clients.
**Your System Details** **Describe the bug** When the elk client role runs it fails on installing the GPG key for elastisearch Making the following change fixed the issue #rpm_key: key=http://packages.elastic.co/GPG-KEY-elasticsearch...
Adding the following line to `install/group_vars/all.yml`: `ansible_python_interpreter: /usr/bin/python3` solves the following error: `"Error: Unable to find a match: python2-dnf"`
Now that the Ansible firewall landscape has matured a bit it'd be nice to modernize the firewall code. https://docs.ansible.com/ansible/latest/modules/firewalld_module.html Probably, we can remove `iptables-services` support.
Do we want to support Multi-node installations for Elastic Search? Because I can make the PR, including the updating the FW role that was just added, but only if you...
The following settings must be addressed before going to production mode: - Set JVM heap size (done) - Disable swapping - Increase file descriptors - Ensure sufficient virtual memory -...