Sha256: 881a4165921e903a2d3fd893f4889848239a572b0d7db4cd4a4fb4dbfe099b56
Contents?: true
Size: 433 Bytes
Versions: 1
Compression:
Stored size: 433 Bytes
Contents
# Elasticsearch Using Url output plugin for Embulk This plugin is forked from https://github.com/ipros-team/embulk-output-elasticsearch_ruby ## Overview * **Plugin type**: output * **Load all or nothing**: no * **Resume supported**: no * **Cleanup supported**: yes ## Configuration ## Example ```yaml out: type: elasticsearch_using_url mode: normal nodes: - url: "http://localhost:9200" ``` ## Build ``` $ rake ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
embulk-output-elasticsearch_using_url-0.1.2 | README.md |