Kibana logging client and server for logging without logstash
Project description
Gevent based kibana udp client and forward server. This implementation provides a client and (proxy) server for send log messages from a python application to an elasticsearch server. The log message format provides the elasticsearch logstash message (v1) format which is used in kibana 4. This client/server implemenation allows you to send log messages from your python application to elasticsearch without to use a logstash server. The server will receive log message from the client and forward them to one or more elasticsearch servers. This is more or less the same as the new logstash-forwarder implementation supports. The implementation offers an entry_point called proxy.
CHANGES
0.6.0 (2015-04-18)
feature: changed kibana entry_point to forwarder. This allows us to setup the new kibana 4 server was bin/kibana and the forwareder server as bin/forwarder.
0.5.0 (2014-03-24)
initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.