Fork me on GitHub

Logstash API

Simple Python API client for Logstash.

Configuration

NameTypeDescription
LOGSTASH_BASE_URLstrThe base URL value to be used to communicate using the Logstash API, should include username and password if HTTP Auth is used (defaults to None).
LOGSTASH_BUFFER_SIZEintThe size of the buffer (in number of entries) until the buffer is flushed (defaults to 128).
LOGSTASH_TIMEOUTintThe timeout in seconds in seconds until the buffer is flushed (defaults to 30).

License

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

Build Automation

Build Status Coverage Status PyPi Status License