jpnewman.elk-topbeat

jpnewman.elk-topbeat

Rol de Ansible Estado de Construcción

Este es un rol de Ansible para instalar topbeat.

Este rol se basa en el rol topbeat https://github.com/rueian/ansible-elk-example de Rueian.

Requisitos

Ansible 2.x

Variables del Rol

Variable Descripción Predeterminado
topbeat_version 1.3.1
topbeat_version_check 1.3.1
topbeat_platform amd64
topbeat_apt_package_name "topbeat_{{ topbeat_version }}_{{ topbeat_platform }}.deb"
topbeat_apt_repository "https://download.elastic.co/beats/topbeat/{{ topbeat_apt_package_name }}"
topbeat_elasticsearch_host 'localhost:9200'
topbeat_redis_host 'localhost'
topbeat_redis_port 6379
topbeat_redis_proxy
topbeat_redis_proxy_use_local_resolver
topbeat_period 10
apt_cache_valid_time 600

Dependencias

ninguna

Ejemplo de Playbook

- hosts: servers
  roles:
     - { role: jpnewman.elk-topbeat, tags: ["topbeat"] }

Licencia

MIT / BSD

Información del Autor

John Paul Newman

Acerca del proyecto

ELK Topbeat

Instalar
ansible-galaxy install jpnewman.elk-topbeat
Licencia
mit
Descargas
82
Propietario
Software Engineer with DevOps working on both Windows and *nix.