Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Simple library for logging to Loggly

NotificationsYou must be signed in to change notification settings

loggly/hoover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

#Hoover

A python wrapper used to hit theLoggly. API

For more information on Hoover seehttp://wiki.loggly.com/hooverguide

##Install

With this git repo:cd /hooversudo python setup.py install

Easy Install:$easy_install -U hoover

Pypi:http://pypi.python.org/pypi/Hoover

##Using Hoover

Enter your credentials in hoover.LogglySession after importing:

import hoover...i = hoover.LogglySession('<subdomain>','<username>','<password>')i.search(q='apache2 error', starttime='NOW-2DAYS', format='csv')i.search(q='json.priority:err', starttime='NOW-15MINUTES') #Defaults to json if format is left out

##Search Properties

For more details on using search within Loggly check outhttp://wiki.loggly.com/searchguide

PropertyDescription
rowsNumber of rows returned by your query. Defaults to 10.
startOffset for starting row. Defaults to 0.
starttimeStart time for the search. Defaults to NOW-24HOURS.
endtimeEnd time for the search. Defaults to NOW.
orderDirection of results returned, either 'asc' or 'desc'. Defaults to 'desc'.
callbackJSONP callback to receive a JSONP response.
formatOutput format, either 'json', 'xml', or 'text'. Defaults to 'json'
fieldsWhich fields should be output. One or more of the following separated by commas: 'id', 'timestamp', 'ip', 'inputname', 'text'.

##More Functions

FunctionDescription
*.config_inputs()Configures each input in your loggly account, register a python logger with the input's name logging to the input.
*.create_input()Creates a new input on your loggly account.
*.facets()Thin wrapper on Loggly's facet search API. facetby can be input, ip, or date
*.http_inputs()Lists all http inputs
*.search()See above "Search Properties"
*.inputsLists all inputs

Meta

Created and maintained by Mike Blume

If you have questions contacttechnicalsupport@solarwinds.com

About

Simple library for logging to Loggly

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors5

Languages


[8]ページ先頭

©2009-2025 Movatter.jp