Skip to content

Salt formula to manage graylog installations on RHEL based systems.

License

Notifications You must be signed in to change notification settings

jmsmtn/graylog-formula

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graylog-formula

A saltstack formula that can be used to manage graylog installations on RHEL based systems using a package or tar file.

Requirements

You must be running elasticsearch and mongodb to use Graylog.

Formulas exist to help with installation and management of the necessary GELP stack components, which are; a firewall, elasticsearch, and mongodb at a bare minimum.

firewall-formula https://github.com/alias454/firewall-formula

elasticsearch-formula https://github.com/alias454/elasticsearch-formula

mongodb-formula https://github.com/alias454/mongodb-formula

If using mongo authentication configure a DB in mongo first. Requires the mongodb-formula to include correct mongodb states or one can manually created the appropriate database and user.

Available states

Manage repo file and GPG key on RHEL/CentOS 7 systems

Install graylog and additional prerequisite packages or configure user, files, and folders if installing from a tar file

Manage 3rd party Graylog plugins

To use this formula for managing 3rd party graylog plugins cd to the files directory (Something like /srv/salt/graylog/files) and use wget to download the jar files.

Manage configuration file placement

Sets up the graylog service and makes sure it is running on RHEL/CentOS 7 systems

Optionally setup firewalld rules for graylog inputs, the web interface, and disable iptables Requires the firewall-formula or another method of managing the firewalld service

About

Salt formula to manage graylog installations on RHEL based systems.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SaltStack 55.6%
  • HTML 31.3%
  • Shell 13.1%