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.
- CentOS 6
- CentOS 7
Key | Type | Description | Default |
---|---|---|---|
[:graylog2][:version] | String | Graylog version | '0.92.4' |
[:graylog2][:login_password] | String | Admin password. Change it! | 'admin' |
Include graylog2
in your node's run_list
:
{
"run_list": [
"recipe[graylog2::default]"
]
}
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write you change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
Author: Petar Koraca ([email protected])