Deploy Graylog using SaltStack and supporting formulas
I’ve written a formula for deploying Graylog with additional Salt formulas for Elasticsearch and MongoDB, which support a Graylog install. Currently, this has only been deployed on CentOS 7 so the Salt states are pretty specific to CentOS and RHEL based distros. There are plans to expand support to Debian distros in the future though.
Both the Elasticsearch and MongoDB formulas can be used on their own, while the Graylog formula can be used in conjuncture with or deployed after the other requirements have been satisfied.
Elasticsearch SaltStack Formula
elasticsearch-formula https://github.com/alias454/elasticsearch-formula
MongoDB SaltStack Formula
mongodb-formula https://github.com/alias454/mongodb-formula
Graylog SaltStack Formula
graylog-formula https://github.com/alias454/graylog-formula