Skip to content

efacilitation/hubot-loggly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hubot script to query Loggly API

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors