Metadata-Version: 1.1
Name: wishbone_output_elasticsearch
Version: 1.0.0
Summary: A Wishbone output module to index data into Elasticsearch.
Home-page: https://github.com/smetj/wishbone-output-elasticsearch
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-output-elasticsearch/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.1.2
        
            Build composable event pipeline servers with minimal effort.
        
        
            =============================
            wishbone.output.elasticsearch
            =============================
        
            Version: 1.0.0
        
            Submit data to Elasticsearch.
            -----------------------------
        
        
                Submits data to Elasticsearch.
        
                Events are indexed one by one.
        
                Events can be indexed in bulk to increase throughput when incoming events
                are type <Bulk>.  Bulk objects consist out of multiple events and are
                created by the <wishbone.flow.tippingbucket> module.
        
                Parameters:
        
                    - selection(str)("@data")
                       |  The part of the event to submit externally.
                       |  Use an empty string to refer to the complete event.
        
                    - hosts(list)(["localhost:9200"])
                       |  A list of "hostname:port" strings.
        
                    - use_ssl(bool)(False)
                       |  When enable expects SSL connectivity
        
                    - verify_certs(bool)(False)
                       |  When using SSL do certificate verification
        
                    - index(str)("wishbone")
                       |  The name of the index
        
                    - doc_type(str)("wishbone")
                       |  The document type
        
                Queues:
        
                    - inbox
                       |  Incoming events submitted to the outside.
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
