A python wrapper for the Logentries API
Project description
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
Built Distribution
File details
Details for the file python-logentries-api-0.7.tar.gz
.
File metadata
- Download URL: python-logentries-api-0.7.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7db0a8518d3b7be5d7c52b9dbc6bc85fd6e049f5861f6c280d49cf26a251ab4 |
|
MD5 | e71ec4d09ff85f7ec263b4da8d18e758 |
|
BLAKE2b-256 | b58118bd06e91b8ff142e113196ae7382258c7c27f695a4e3e7c3b8949ed3424 |
File details
Details for the file python_logentries_api-0.7-py2.py3-none-any.whl
.
File metadata
- Download URL: python_logentries_api-0.7-py2.py3-none-any.whl
- Upload date:
- Size: 25.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9468ab88340eae94fde94c84b3d23b5d3ba1bbc7c458a20ff0ab99fffba7b4ac |
|
MD5 | 8ef90e0db0fbea2fe2799384655565cf |
|
BLAKE2b-256 | c3405d9e3db53bb00f3e5bb1fddbae5af72ca223b8486432bb49983723a6717c |