blob: 19ed88e61f96ce8c8ce08aaeef66d45aa5fab643 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.elasticsearchindexsink.CamelElasticsearchindexsinkSinkConnector",
"artifactId": "camel-elasticsearch-index-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-elasticsearch-index-sink-sink",
"type": "sink",
"version": "1.1.0-SNAPSHOT",
"description": "This sink stores documents into ElasticSearch.\n\nInput data must have JSON format according to the index used.\n\n- `indexId` \/ `ce-indexid`: as the index ID for Elasticsearch\n\nIf the header won't be set the exchange ID will be used as index.\n\n- `indexName` \/ `ce-indexname`: as the index Name for Elasticsearch\n\nIf the header won't be set the exchange ID will be used as index name."
},
"properties": {
"camel.kamelet.elasticsearch-index-sink.user": {
"name": "camel.kamelet.elasticsearch-index-sink.user",
"description": "Username to connect to ElasticSearch.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.elasticsearch-index-sink.password": {
"name": "camel.kamelet.elasticsearch-index-sink.password",
"description": "Password to connect to ElasticSearch.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.elasticsearch-index-sink.enableSSL": {
"name": "camel.kamelet.elasticsearch-index-sink.enableSSL",
"description": "Do we want to connect using SSL?",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.elasticsearch-index-sink.hostAddresses": {
"name": "camel.kamelet.elasticsearch-index-sink.hostAddresses",
"description": "Comma separated list with ip:port formatted remote transport addresses to use. Example: quickstart-es-http:9200",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.elasticsearch-index-sink.clusterName": {
"name": "camel.kamelet.elasticsearch-index-sink.clusterName",
"description": "Name of the cluster. Example: quickstart",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.elasticsearch-index-sink.indexName": {
"name": "camel.kamelet.elasticsearch-index-sink.indexName",
"description": "The name of the index to act against. Example: data",
"priority": "MEDIUM",
"required": "false"
}
}
}