camel-elasticsearch-search-source-kafka-connector source configuration
Connector Description: Search data on ElasticSearch
When using camel-elasticsearch-search-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-elasticsearch-search-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.elasticsearchsearchsource.CamelElasticsearchsearchsourceSourceConnector
The camel-elasticsearch-search-source source connector supports 8 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
The time interval between two searches. |
1000 |
MEDIUM |
|
Required The query we want to use to search on ElasticSearch. |
HIGH |
||
Username to connect to ElasticSearch. |
MEDIUM |
||
Password to connect to ElasticSearch. |
MEDIUM |
||
Do we want to connect using SSL?. |
true |
MEDIUM |
|
Required Comma separated list with ip:port formatted remote transport addresses to use. |
HIGH |
||
Required The name of the index to act against. |
HIGH |
||
Required Name of the cluster. |
HIGH |
The camel-elasticsearch-search-source source connector has no converters out of the box.
The camel-elasticsearch-search-source source connector has no transforms out of the box.
The camel-elasticsearch-search-source source connector has no aggregation strategies out of the box.