This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 39b4465cba4e2726e134e3550237a36e613553ac Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Mar 22 10:45:28 2018 +0100 Regen --- .../src/main/docs/elasticsearch-rest-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc index eef2c0e..efd9895 100644 --- a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc +++ b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc @@ -43,7 +43,7 @@ The Elastichsearch Rest component supports 12 options which are listed below. | *socketTimeout* (advanced) | The timeout in ms to wait before the socket will timeout. | 30000 | int | *connectionTimeout* (advanced) | The time in ms to wait before connection will timeout. | 30000 | int | *user* (advance) | Basic authenticate user | | String -| *password* (producer) | Password for authenticate | | String +| *password* (advance) | Password for authenticate | | String | *enableSSL* (advanced) | Enable SSL | false | Boolean | *maxRetryTimeout* (advanced) | The time in ms before retry | 30000 | int | *enableSniffer* (advanced) | Enable automatically discover nodes from a running Elasticsearch cluster | false | Boolean -- To stop receiving notification emails like this one, please contact acosent...@apache.org.