Skip to content

pkoraca/chef-graylog2

Repository files navigation

chef-graylog2 cookbook

Graylog cookbook installs Graylog centralized logging system. Supports all-in-one and distributed deployment.

If you are looking for official Graylog cookbook you can find it here.

Supported Platforms

  • CentOS 6
  • CentOS 7

Attributes

Key Type Description Default
[:graylog2][:version] String Graylog version '0.92.4'
[:graylog2][:login_password] String Admin password. Change it! 'admin'

Usage

graylog2::default

Include graylog2 in your node's run_list:

{
  "run_list": [
    "recipe[graylog2::default]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request

License and Authors

Author: Petar Koraca (pkoraca@gmail.com)