Skip to main content

A python wrapper for the Logentries API

Project description

https://travis-ci.org/ambitioninc/python-logentries-api.png https://coveralls.io/repos/ambitioninc/python-logentries-api/badge.png?branch=master

python-logentries-api

This is a Python wrapper for the Logentries API. The API object terms follow the semantics from the Logentries website, not the Logentries API.

The InactivityAlert and AnomalyAlert classes simulate a user login to create the appropriate alerts.

This is not endorsed or provided by Logentries, and no commercial support is provided.

Example

To create a new tag called ‘user_agent = curl’ and associate it with a log called ‘someset/somelog’:

from logentries_api import Tags, Hooks, Labels, LogSets

label = Labels().create('user_agent = curl')
log = LogSets().get('someset/somelog')
tag = Tags().create(label['sn'])
hook = Hooks().create(
    name=label['title'],
    regexes=['user_agent = /curl\/[\d.]*/'],
    tag_id=tag['id'],
    logs=[log['key']]
)

Installation

To install the latest release, type:

pip install python-logentries-api

To install the latest code directly from source, type:

pip install git+git://github.com/ambitioninc/python-logentries-api.git

Documentation

Full documentation is available at http://python-logentries-api.readthedocs.org

License

MIT License (see LICENSE)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-logentries-api-0.7.tar.gz (13.0 kB view details)

Uploaded Source

Built Distribution

python_logentries_api-0.7-py2.py3-none-any.whl (25.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file python-logentries-api-0.7.tar.gz.

File metadata

File hashes

Hashes for python-logentries-api-0.7.tar.gz
Algorithm Hash digest
SHA256 f7db0a8518d3b7be5d7c52b9dbc6bc85fd6e049f5861f6c280d49cf26a251ab4
MD5 e71ec4d09ff85f7ec263b4da8d18e758
BLAKE2b-256 b58118bd06e91b8ff142e113196ae7382258c7c27f695a4e3e7c3b8949ed3424

See more details on using hashes here.

File details

Details for the file python_logentries_api-0.7-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for python_logentries_api-0.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9468ab88340eae94fde94c84b3d23b5d3ba1bbc7c458a20ff0ab99fffba7b4ac
MD5 8ef90e0db0fbea2fe2799384655565cf
BLAKE2b-256 c3405d9e3db53bb00f3e5bb1fddbae5af72ca223b8486432bb49983723a6717c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page