Sha256: 682bbaa486fc46b890b51b5814e34596913a4629e97c891b83569a0cbf4d7ded

Contents?: true

Size: 434 Bytes

Versions: 1

Compression:

Stored size: 434 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**: no

## 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.0 README.md