Skip to content

hivesolutions/loggly-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Python API client for Loggly.

Configuration

Name Type Description
LOGGLY_TOKEN str The secret token to be for authentication on the Loggly API (defaults to None).
LOGGLY_BUFFER_SIZE int The size of the buffer (in number of entries) until the buffer is flushed (defaults to 128).
LOGGLY_TIMEOUT int The timeout in seconds in seconds until the buffer is flushed (defaults to 30).

License

Loggly API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Coverage Status PyPi Status License