Skip to content

component elasticsearch

assimbly edited this page May 20, 2022 · 3 revisions

The ElasticSearch Rest component allows to communicate through the Elastic REST API. ElasticSearch is a document-oriented database designed to store, retrieve, and manage document-oriented or semi-structured data. When you use Elasticsearch, you store data in JSON document form.

URI

elasticsearch-rest://clusterName

Name of the endpoint and name of the cluster.

URI Examples

http://localhost:9200

Common options

For all options, see Camel documentation

Clone this wiki locally