Skip to content

hivesolutions/logstash-api

Repository files navigation

Simple Python API client for Logstash.

Configuration

Name Type Description
LOGSTASH_BASE_URL str The 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_SIZE int The size of the buffer (in number of entries) until the buffer is flushed (defaults to 128).
LOGSTASH_TIMEOUT int The 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 Build Status GitHub Coverage Status PyPi Status License