This cookbook installs the config files for td-agent (aka fluentd)
td-agent
- Requires community cookbook for td-agent
Just include duedil_wrapper_td_agent
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[duedil_wrapper_td_agent]"
]
}