Skip to content

libyanspiderllc/graylog_sidecar_role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graylog Sidecar Role

Ansible role to install Graylog-Sidecar replacing Collector-Sidecar on Linux servers

Tested on:

  • CentOS 7
  • CloudLinux 7

TODO:

  • Add Windows support

Requirements

None

Role Variables

The role accepts two variables:

  • graylog_url string (required) Graylog API URL
  • graylog_api_token string (required) Graylog API Token

Dependencies

  • libyanspider.firewall_ansible_role

Example Playbook

- hosts: servers
  roles:
     - { role: libyanspider.graylog_sidecar_role, graylog_url: https://graylog.server.com/api/, graylog_api_token: "SECRETTOKEN" }

License

BSD

Author Information

Ahmed Shibani (Twitter: @ashibani, Github: shumbashi)

About

Ansible role to install and configure Graylog-Sidecar

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages