Sha256: dd0b65c93b5fca048abb9a465bf3ecb2a150b4921270b8f19401b45af0a55c37

Contents?: true

Size: 435 Bytes

Versions: 1

Compression:

Stored size: 435 Bytes

Contents

# Elaasticsearch 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: elaasticsearch_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.1 README.md