elk-topbeat

jpnewman.elk-topbeat

Ansible Role Build Status

This is a Ansible role to installs topbeat

This role is based on role topbeat https://github.com/rueian/ansible-elk-example by Rueian

Requirements

Ansible 2.x

Role Variables

Variable Description Default
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

Dependencies

none

Example Playbook

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

License

MIT / BSD

Author Information

John Paul Newman

Install
ansible-galaxy install jpnewman/ansible-role-elk-topbeat
GitHub repository
License
mit
Downloads
69
Owner
Software Engineer with DevOps working on both Windows and *nix.