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.
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]"
]
}
add-new-recipe
)Author: Petar Koraca (pkoraca@gmail.com)