!!! This project has been deprecated. We recommend you search the Chef Supermarket for a supported alternative !!!
The event collector daemon, for Treasure Data. This daemon collects various types of logs/events via various way, and transfer them to the cloud. For more about Treasure Data, see the homepage, and the documentation.
Treasure Data Agent package must be on a repo available to the system
Add the treasure_data_agent-cookbook to your role/run_list.
- node['td_agent']['conf_dir'] - Configuration directory, default is '/etc/td-agent'
- node['td_agent']['group'] - User group, default is 'td-agent'
- node['td_agent']['log_dir'] - Log directory, default is '/var/log/td-agent'
- node['td_agent']['plugin_dir'] - Install directory, default is '/etc/td-agent/plugin'
- node['td_agent']['user'] - User to run as, default is 'td-agent'
- node['td_agent']['version'] - Version to install, default is '1.1.9-0
- Installs treasure_data_agent (td_agent)
- Starts and enables the service
Author:: Intuit, Inc. ([email protected])