An open API service indexing awesome lists of open source software.

https://github.com/nvisosecurity/ansible-elk

Ansible role for ELK stack install
https://github.com/nvisosecurity/ansible-elk

Last synced: 12 months ago
JSON representation

Ansible role for ELK stack install

Awesome Lists containing this project

README

          

# ansible-elk

An Ansible role for installing and configuring Elasticsearch, Logstash and Kibana

## OS Platforms

This role has been tested on the following operating systems:

- Ubuntu 18.04

## Usage

To use this role in your playbook, add the code below:

```
- name: Install ELK
import_role:
name: ansible-elk
```

## Disclaimer

This role is meant for use in the SANS 699 course and is provided as is.

## License

[MIT](LICENSE)