public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.elasticsearch-rest.autowiredEnabled" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CLIENT_CONF |
"camel.component.elasticsearch-rest.client" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CLIENT_DOC |
"To use an existing configured Elasticsearch client, instead of creating a client per endpoint. This allow to customize the client with specific settings." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CONNECTION_TIMEOUT_CONF |
"camel.component.elasticsearch-rest.connectionTimeout" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_CONNECTION_TIMEOUT_DOC |
"The time in ms to wait before connection will timeout." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_ENABLE_SNIFFER_CONF |
"camel.component.elasticsearch-rest.enableSniffer" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_ENABLE_SNIFFER_DEFAULT |
"false" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_ENABLE_SNIFFER_DOC |
"Enable automatically discover nodes from a running Elasticsearch cluster" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_ENABLE_SSLCONF |
"camel.component.elasticsearch-rest.enableSSL" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_ENABLE_SSLDEFAULT |
"false" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_ENABLE_SSLDOC |
"Enable SSL" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_HOST_ADDRESSES_CONF |
"camel.component.elasticsearch-rest.hostAddresses" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_HOST_ADDRESSES_DOC |
"Comma separated list with ip:port formatted remote transport addresses to use. The ip and port options must be left blank for hostAddresses to be considered instead." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.elasticsearch-rest.lazyStartProducer" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_MAX_RETRY_TIMEOUT_CONF |
"camel.component.elasticsearch-rest.maxRetryTimeout" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_MAX_RETRY_TIMEOUT_DOC |
"The time in ms before retry" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_PASSWORD_CONF |
"camel.component.elasticsearch-rest.password" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_PASSWORD_DOC |
"Password for authenticate" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_SNIFF_AFTER_FAILURE_DELAY_CONF |
"camel.component.elasticsearch-rest.sniffAfterFailureDelay" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_SNIFF_AFTER_FAILURE_DELAY_DOC |
"The delay of a sniff execution scheduled after a failure (in milliseconds)" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_SNIFFER_INTERVAL_CONF |
"camel.component.elasticsearch-rest.snifferInterval" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_SNIFFER_INTERVAL_DOC |
"The interval between consecutive ordinary sniff executions in milliseconds. Will be honoured when sniffOnFailure is disabled or when there are no failures between consecutive sniff executions" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_SOCKET_TIMEOUT_CONF |
"camel.component.elasticsearch-rest.socketTimeout" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_SOCKET_TIMEOUT_DOC |
"The timeout in ms to wait before the socket will timeout." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_USER_CONF |
"camel.component.elasticsearch-rest.user" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_COMPONENT_USER_DOC |
"Basic authenticate user" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_CONNECTION_TIMEOUT_CONF |
"camel.sink.endpoint.connectionTimeout" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_CONNECTION_TIMEOUT_DOC |
"The time in ms to wait before connection will timeout." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_DISCONNECT_CONF |
"camel.sink.endpoint.disconnect" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_DISCONNECT_DOC |
"Disconnect after it finish calling the producer" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_ENABLE_SNIFFER_CONF |
"camel.sink.endpoint.enableSniffer" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_ENABLE_SNIFFER_DOC |
"Enable automatically discover nodes from a running Elasticsearch cluster" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_ENABLE_SSLCONF |
"camel.sink.endpoint.enableSSL" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_ENABLE_SSLDOC |
"Enable SSL" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_FROM_CONF |
"camel.sink.endpoint.from" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_FROM_DOC |
"Starting index of the response." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_HOST_ADDRESSES_CONF |
"camel.sink.endpoint.hostAddresses" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_HOST_ADDRESSES_DOC |
"Comma separated list with ip:port formatted remote transport addresses to use." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_INDEX_NAME_CONF |
"camel.sink.endpoint.indexName" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_INDEX_NAME_DOC |
"The name of the index to act against" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_MAX_RETRY_TIMEOUT_CONF |
"camel.sink.endpoint.maxRetryTimeout" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_MAX_RETRY_TIMEOUT_DOC |
"The time in ms before retry" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_OPERATION_CONF |
"camel.sink.endpoint.operation" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_OPERATION_DOC |
"What operation to perform One of: [Index] [Update] [Bulk] [BulkIndex] [GetById] [MultiGet] [MultiSearch] [Delete] [DeleteIndex] [Search] [Exists] [Ping]" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SCROLL_KEEP_ALIVE_MS_CONF |
"camel.sink.endpoint.scrollKeepAliveMs" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SCROLL_KEEP_ALIVE_MS_DOC |
"Time in ms during which elasticsearch will keep search context alive" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SIZE_CONF |
"camel.sink.endpoint.size" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SIZE_DOC |
"Size of the response." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SNIFF_AFTER_FAILURE_DELAY_CONF |
"camel.sink.endpoint.sniffAfterFailureDelay" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SNIFF_AFTER_FAILURE_DELAY_DOC |
"The delay of a sniff execution scheduled after a failure (in milliseconds)" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SNIFFER_INTERVAL_CONF |
"camel.sink.endpoint.snifferInterval" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SNIFFER_INTERVAL_DOC |
"The interval between consecutive ordinary sniff executions in milliseconds. Will be honoured when sniffOnFailure is disabled or when there are no failures between consecutive sniff executions" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SOCKET_TIMEOUT_CONF |
"camel.sink.endpoint.socketTimeout" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_SOCKET_TIMEOUT_DOC |
"The timeout in ms to wait before the socket will timeout." |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_USE_SCROLL_CONF |
"camel.sink.endpoint.useScroll" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_USE_SCROLL_DOC |
"Enable scroll usage" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_WAIT_FOR_ACTIVE_SHARDS_CONF |
"camel.sink.endpoint.waitForActiveShards" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_ENDPOINT_WAIT_FOR_ACTIVE_SHARDS_DOC |
"Index creation waits for the write consistency number of shards to be available" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_PATH_CLUSTER_NAME_CONF |
"camel.sink.path.clusterName" |
public static final String |
CAMEL_SINK_ELASTICSEARCHREST_PATH_CLUSTER_NAME_DOC |
"Name of the cluster" |