A Wishbone output module to index data into Elasticsearch.
Project 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.
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.
Source Distribution
File details
Details for the file wishbone_output_elasticsearch-1.0.0.tar.gz
.
File metadata
- Download URL: wishbone_output_elasticsearch-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3ca2330d8e9ecdfc89249a336c65a04168253fc92bc725be1cf686e8363c587 |
|
MD5 | 8d86a5fdf83806b8fb030765bfe9c9c8 |
|
BLAKE2b-256 | 7a84956df1dab903638182d69c5b0c792146409f8e6b084aab9e6370da3d97a5 |