- Notifications
You must be signed in to change notification settings - Fork436
Kafka Connect Elasticsearch connector
License
NotificationsYou must be signed in to change notification settings
confluentinc/kafka-connect-elasticsearch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Changelog for this connector can be foundhere.
kafka-connect-elasticsearch is aKafka Connectorfor copying data between Kafka and Elasticsearch.
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.
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"] } ]}'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" ]}'- Source Code:https://github.com/confluentinc/kafka-connect-elasticsearch
- Issue Tracker:https://github.com/confluentinc/kafka-connect-elasticsearch/issues
- Learn how to work with the connector's source code by reading ourDevelopment and Contribution guidelines.
This project is licensed under theConfluent Community License.
About
Kafka Connect Elasticsearch connector
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.