Navigation Menu

Skip to content

mrlesmithjr/ansible-elk-processor

Repository files navigation

Table of Contents generated with DocToc

ansible-elk-processor

An Ansible role to configure Logstash for ELKStack functionality.

NOTE: This role is specific to setting up an ELKStack processor node. This role does not install Logstash and assumes that it is already installed. Reference https://everythingshouldbevirtual.com/ansible-highly-available-elk-stack/ for details.

Requirements

Prior to using this role you will want to add your nodes to the appropriate inventory group. You should create 2 elk-processor nodes. Examples below. Inventory:

[elk-nodes]
elk-processor-1
elk-processor-2

[elk-processor-nodes]
elk-processor-1
elk-processor-2

Role Variables

defaults/main.yml

Dependencies

Install all required Ansible roles from requirements.yml:

sudo ansible-galaxy install -r requirements.yml

Example Playbook

playbook.yml

License

MIT

Author Information

Larry Smith Jr.

About

No description or website provided.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published