A simple dashing widget to display loggly data in your dashboard e.g. 500 errors.
add the loggly-ruby-client
to your gemfile
dashing install 5965001
- copy the
loggly.rb
file into jobs - copy
loggly.scss
loggly.coffee
loggly.html
intowidgets/loggly
update the configuration object in the loggly.rb
to suit your needs and add the following widget to your dashboard
<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
<div data-id="loggly" data-view="Loggly" data-title="Errors Today"></div>
</li>