Sha256: 7510cb096fcc839c51ae89942e0fc573036785aa56bf751a0bedd50473a27693

Contents?: true

Size: 729 Bytes

Versions: 2

Compression:

Stored size: 729 Bytes

Contents

# 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_name**: index name (string, required)
- **index_type**: index type (string, required)
- **doc_id_column**: document id column (string, default is null)
- **bulk_actions**: bulk_actions (int, default is 1000)
- **concurrent_requests**: concurrent_requests (int, default is 5)

## Example

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

## Build

```
$ ./gradlew gem
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
embulk-output-elasticsearch-0.1.3 README.md
embulk-output-elasticsearch-0.1.2 README.md