0.4.0 • Published 9 years ago
hubot-loggly v0.4.0
hubot-loggly 
A hubot script to query the Loggly API
See src/loggly.coffee for full documentation.
Installation
In hubot project repo, run:
npm install hubot-loggly --save
Then add hubot-loggly to your external-scripts.json:
[
"hubot-loggly"
]Sample Interaction
One time query:
user1>> hubot loggly get from -5d until nowContinuous query (using setInterval):
user1>> hubot loggly get every 60 seconds
user1>> hubot loggly deactivate interval