Metadata-Version: 1.1
Name: p01.kibana
Version: 0.8.0
Summary: Kibana logging client and server for logging without logstash
Home-page: http://pypi.python.org/pypi/p01.kibana
Author: Roger Ineichen, Projekt01 GmbH
Author-email: dev@projekt01.ch
License: ZPL 2.1
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.8.0 (2015-08-29)
        ------------------
        
        - implemented stdout, stderr stream logging handler usable with circus. Use
          loglevel option for enable logging. The elasticsearch.trace logging handler
          is also supported if you use the trace option.
        
        - added more comments
        
        - improved tests
        
        
        0.7.0 (2015-04-19)
        ------------------
        
        - feature: switch elasticsearch backend from udp to http protocol. Since the
          udp bulk api is deprecated switch sending received log messages via http
          to elasticsearch using the elasticsearch python client library.
        
        - feature: allow to define more then one elasticsearch server as backend in
          elasticsearch option.
        
        
        0.6.0 (2015-04-18)
        ------------------
        
        - feature: changed kibana entry_point to forwarder. This allows us to setup
          the new kibana 4 server as bin/kibana and the forwarder server as
          bin/forwarder.
        
        
        0.5.0 (2014-03-24)
        ------------------
        
        - initial release
        
Keywords: Zope3 z3c p01 elasticsearch logstash kibana udp
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
