graylog
Graylog role
Ansible role to install and setup Graylog 2 server. Also installs dependencies such as ElasticSearch and MongoDB.
Uses Mediafellows' ElasticSearch role to install ElasticSearch.
Requirements
Server running Ubuntu Linux, or other debiand based distro.
Role Variables
Those variables have to be set for thing to work:
graylog_password_salt: abc123123123
- Set your own PW salt for Graylog PWs/seccretsgraylog_root_username: graylog
- Set your own dmin username for Graylog logingraylog_root_password_sha2: asdccsd3123
- Set your own admin PW for Graylog logingraylog_public_api_endpoint: 'https://my-dummy-domin.com:9000/api/'
- Set this to the publicly reachable API endpointelasticsearch_heap_size: 2g
- Set this to half the amount of the instaces RAM size. If this value is to high Elasticsearch might fail to start (runing out of Memory)!
Those variables can be overriden optionally (come with acceptable defaults):
elasticsearch_cluster_name: graylog
- Change to your prefered ES cluster namegraylog_root_user_email: [email protected]
- Set admin users emailgraylog_major_version: 2.3
- Major graylog version to installelasticsearch_version: 2.3.3
- ElasticSearch version to install (make sure it's compatible with the Graylog version).graylog_custom_plugins: []
- List of Graylog plugins to install (in addition to default ones)elasticsearch_plugins: []
- List of ElasticSearch plugins to install
Dependencies
Depends on the ElasticSearch Ansible role mediafellows.elasticsearch
. Make sure that role installed in your Ansible project first.
Example Playbook
Example Playbook with minimal set of required parameters:
- hosts: servers
vars:
graylog_password_salt: abc123123123
graylog_root_username: graylog
graylog_root_password_sha2: asdccsd3123
graylog_root_user_email: [email protected]
graylog_public_hostname: 'https://dummy-hostname.com'
roles:
- mediafellows.graylog
License
BSD
Author Information
Stefan Horning stefan.horning@mediafellows.com
About
Role to install and setup Graylog on Ubuntu server
Install
ansible-galaxy install mediafellows/ansible-role-graylog
License
Unknown
Downloads
36
Owner
MediaStore - a studio-grade cloud solutions to streamline content sales and distribution - allows you to manage, market, license and deliver your content