Kafka Connect Elasticsearch connector. Contribute to confluentinc/kafka-connect-elasticsearch development by creating an account on GitHub.
kafka-connect-elasticsearch error message Failed to execute the bulk request #699 openedMay 17, 2023byxiangshen123 5 [BUG] connector crash without a legit reason [type:mapper_parsing_exception][reason: array_index_out_of_bounds_exception Index -1 out of bounds for length 0] ...
Kafka Connect Elasticsearch connector. Contribute to confluentinc/kafka-connect-elasticsearch development by creating an account on GitHub.
Here is the es sink connector config. {"name":"es-sink-connector-name","config": {"connector.class":"io.confluent.connect.elasticsearch.ElasticsearchSinkConnector","transforms.extractAdId.field":"rec_id","transforms.extractAdId.type":"org.apache.kafka.connect.transforms.ExtractField$Key","type...
We've kafka elastic search sink connector transporting data to Elastic search(v5.6.3). The connector configuration is as follows : { "name":"elasticsearch_topic", "config": { "connector.class":"io.confluent.connect.elasticsearch.ElasticsearchSinkConnector", "tasks.max":"3", "topics":"sample...
Hello, I'm trying to use kafka-connect-elasticsearch as sink connector. My Elasticsearch cluster uses oss-7.10.2 version, and when I run the connector, I got the error message below and fail. ERROR Failed to create client to verify conne...
While running with elastic 8.0 cluster, _bulk API calls fail with following error. Caused by: java.lang.NullPointerException at java.base/java.util.Objects.requireNonNull(Objects.java:221) at org.elasticsearch.action.DocWriteResponse.(Do...
Re-runpint merge NOTE:"Create a merge commit"option must be used to ensure all commits from the head branch is added to the base branch. Questions? Please reach out to the Developer Productivity team on Slack at #devprod-eng or #devprod-oncall...
Project ID: kafka-connect-elasticsearch View in SonarQube sp-gupta approved these changes Feb 4, 2025 View reviewed changes View details 100maygupta merged commit 154577c into master Feb 4, 2025 2 checks passed 100maygupta deleted the master-revert-14.2.x-changes branch February 4, 2025 ...
Problem: To sink a JSON record via Kafka to Elastic Search via Elastic Sink Connector [ {"name" : "maddy"}, {"name" : "gene"} ] Observation: Sending individual record {"name" : "maddy"} instead of JSON array work expected. It will push t...