embulk-output-elasticsearch icon indicating copy to clipboard operation
embulk-output-elasticsearch copied to clipboard

Results 12 embulk-output-elasticsearch issues
Sort by recently updated
recently updated
newest added

**Which issue this PR resolve for?** The new JVM uses TLS 1.3 as default, but Jetty 92 and Jetty 93 don’t support TLS 1.3. **How this PR resolve this issue?**...

Elasticsearch index names allow multi-byte characters. ref: [Create index API](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html) But we use multi-byte characters for index in embulk-output-elasticsearch, it caused error. in error message, multi-byte character become "?????????" (such...

In the process of fixing [this bug](https://github.com/embulk/embulk-base-restclient/issues/136), I would like to update embulk-base-restclient version to the latest one. Do you have any plans?

This error occurs after importing some data to elasticsearch - environment ``` OS: Linux Fedora-33 elasticsearch: 7.11.2 ssl: yes; self-signed certificate java: openjdk version "1.8.0_265" OpenJDK Runtime Environment (Zulu 8.48.0.53-CA-linux64)...

I'm trying to output to elasticsearch which has an self-signed certificate - Embulk and plugins ``` Started Embulk v0.9.23 Loaded plugin embulk-input-postgresql (0.11.1) Loaded plugin embulk-output-elasticsearch (0.4.7) Loaded plugin embulk-filter-column...

Hi, From Elasticsearch 6.x you have to specify the routing field when parent and child data is populated. Reference link: https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-routing-field.html Currently, as far as the source code of the...