Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Kafka Connect Elasticsearch connector

License

NotificationsYou must be signed in to change notification settings

confluentinc/kafka-connect-elasticsearch

Repository files navigation

FOSSA Status

Changelog for this connector can be foundhere.

kafka-connect-elasticsearch is aKafka Connectorfor copying data between Kafka and Elasticsearch.

Development

To build a development version you'll need a recent version of Kafka as well as a set of upstream Confluent projects, which you'll have to build from their appropriate snapshot branch. See theFAQ for guidance on this process.

You can build kafka-connect-elasticsearch with Maven using the standard lifecycle phases.

Configuring

Creating an Elasticsearch user and assigning required privileges

Create an Elasticsearch role

curl -u elastic:elastic -X POST "localhost:9200/_security/role/es_sink_connector_role?pretty" -H 'Content-Type: application/json' -d'{  "indices": [    {      "names": [ "*" ],      "privileges": ["create_index", "read", "write", "view_index_metadata"]    }  ]}'

Create an Elasticsearch user

curl -u elastic:elastic -X POST "localhost:9200/_security/user/es_sink_connector_user?pretty" -H 'Content-Type: application/json' -d'{  "password" : "seCret-secUre-PaSsW0rD",  "roles" : [ "es_sink_connector_role" ]}'

Contribute

License

This project is licensed under theConfluent Community License.

FOSSA Status

About

Kafka Connect Elasticsearch connector

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors73

Languages


[8]ページ先頭

©2009-2025 Movatter.jp