Elasticsearch

Elasticsearch

Scheme: elasticsearch

Represents an Elasticsearch endpoint.

Name Kind Type Required Deprecated Default Value Enum Values Description
clusterName path java.lang.String true false Name of cluster or use local for local mode
protocolType parameter java.lang.String false
authority parameter java.lang.String false
indexName parameter java.lang.String false
indexType parameter java.lang.String false
local parameter boolean false
data parameter java.lang.Boolean false
operation parameter java.lang.String false INDEX
BULK
BULK_INDEX
GET_BY_ID
DELETE
ip parameter java.lang.String false
port parameter java.lang.Integer false
exchangePattern parameter org.apache.camel.ExchangePattern false InOnly InOnly
RobustInOnly
InOut
InOptionalOut
OutOnly
RobustOutOnly
OutIn
OutOptionalIn
Sets the default exchange pattern when creating an exchange
synchronous parameter boolean false false Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).