Skip to content

otsuka752/embulk-output-elasticsearch

 
 

Repository files navigation

Elasticsearch output plugin for Embulk

Overview

  • Plugin type: output
  • Rollback supported: no
  • Resume supported: no
  • Cleanup supported: no

Configuration

  • nodes: list of nodes. nodes are pairs of host and port (list, required)
  • index: index name (string, required)
  • index_type: index type (string, required)
  • id: document id column (string, default is null)
  • bulk_actions: bulk_actions (int, default is 1000)
  • concurrent_requests: concurrent_requests (int, default is 5)

Example

out:
  type: elasticsearch
  node:
  - {host: localhost, port: 9300}
  index: <index name>
  index_type: <index type>

Build

$ ./gradlew gem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.8%
  • Ruby 1.2%