https://github.com/hivesolutions/loggly-api
Simple Python API client for Loggly
https://github.com/hivesolutions/loggly-api
api client loggly python
Last synced: 18 days ago
JSON representation
Simple Python API client for Loggly
- Host: GitHub
- URL: https://github.com/hivesolutions/loggly-api
- Owner: hivesolutions
- Created: 2018-05-15T07:20:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T11:33:46.000Z (over 3 years ago)
- Last Synced: 2025-03-01T15:41:45.067Z (over 1 year ago)
- Topics: api, client, loggly, python
- Language: Python
- Homepage: http://loggly-api.hive.pt
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Loggly API](http://loggly-api.hive.pt)
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](http://www.apache.org/licenses/).
## Build Automation
[](https://github.com/hivesolutions/loggly-api/actions)
[](https://coveralls.io/r/hivesolutions/loggly-api?branch=master)
[](https://pypi.python.org/pypi/loggly-api)
[](https://www.apache.org/licenses/)