Chef Cookbook for Loggly - EA2D Engineering
Released another bit of code, this time a Chef cookbook for Loggly. Go check it out.
As mentioned in a previous post, we aggregate and store our logs using a service called Loggly.
Since we wrote a library for programmatically managing Loggly inputs and devices, it was only natural for us to integrate it with our Chef deployment.
We’ve written and open sourced a Chef cookbook for Loggly.
From the README:
Installs the loggly-python library and provides a definition for the configuration of Loggly logging.
More specifically, the loggly_conf definition will configure rsyslog to watch a log file and send its lines to a Loggly input. When first run, loggly_conf will create the input and authorize the server to publish events to that input.
Developed for and tested on Ubuntu 10.10 LTS
You can grab it from the Opscode site:
$ knife cookbook site vendor logglyOr from our GitHub repository:

