0.4.0 • Published 7 years ago

hubot-loggly v0.4.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hubot-loggly Build Status

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 now

Continuous query (using setInterval):

user1>> hubot loggly get every 60 seconds

user1>> hubot loggly deactivate interval
0.4.0

7 years ago

0.3.0

8 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.1

9 years ago