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
The following commit(s) were added to refs/heads/master by this push:
new b8fe47c Regen
b8fe47c is described below
commit b8fe47c066146d767759e4a25e3d84ade3b42e99
Author: Andrea Cosentino <[email protected]>
AuthorDate: Sun Dec 8 11:05:30 2019 +0100
Regen
---
docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc | 5 ++++-
docs/components/modules/ROOT/pages/ganglia-component.adoc | 2 +-
docs/components/modules/ROOT/pages/nagios-component.adoc | 3 +--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git
a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
index 196785d..1fc064b 100644
--- a/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
+++ b/docs/components/modules/ROOT/pages/elasticsearch-rest-component.adoc
@@ -83,7 +83,7 @@ with the following path and query parameters:
|===
-=== Query Parameters (14 parameters):
+=== Query Parameters (17 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
@@ -91,6 +91,7 @@ with the following path and query parameters:
| Name | Description | Default | Type
| *connectionTimeout* (producer) | The time in ms to wait before connection
will timeout. | 30000 | int
| *disconnect* (producer) | Disconnect after it finish calling the producer |
false | boolean
+| *enableSniffer* (producer) | Enable automatically discover nodes from a
running Elasticsearch cluster | false | boolean
| *enableSSL* (producer) | Enable SSL | false | boolean
| *hostAddresses* (producer) | *Required* Comma separated list with ip:port
formatted remote transport addresses to use. | | String
| *indexName* (producer) | The name of the index to act against | | String
@@ -98,6 +99,8 @@ with the following path and query parameters:
| *maxRetryTimeout* (producer) | The time in ms before retry | 30000 | int
| *operation* (producer) | What operation to perform | |
ElasticsearchOperation
| *scrollKeepAliveMs* (producer) | Time in ms during which elasticsearch will
keep search context alive | 60000 | int
+| *sniffAfterFailureDelay* (producer) | The delay of a sniff execution
scheduled after a failure (in milliseconds) | 60000 | int
+| *snifferInterval* (producer) | 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 |
300000 | int
| *socketTimeout* (producer) | The timeout in ms to wait before the socket
will timeout. | 30000 | int
| *useScroll* (producer) | Enable scroll usage | false | boolean
| *waitForActiveShards* (producer) | Index creation waits for the write
consistency number of shards to be available | 1 | int
diff --git a/docs/components/modules/ROOT/pages/ganglia-component.adoc
b/docs/components/modules/ROOT/pages/ganglia-component.adoc
index 2066803..9575bbe 100644
--- a/docs/components/modules/ROOT/pages/ganglia-component.adoc
+++ b/docs/components/modules/ROOT/pages/ganglia-component.adoc
@@ -111,7 +111,7 @@ with the following path and query parameters:
| *spoofHostname* (producer) | Spoofing information IP:hostname | | String
| *tmax* (producer) | Maximum time in seconds that the value can be considered
current. After this, Ganglia considers the value to have expired. | 60 | int
| *ttl* (producer) | If using multicast, set the TTL of the packets | 5 | int
-| *type* (producer) | The type of value | STRING | GMetricType
+| *type* (producer) | The type of value | string | GMetricType
| *units* (producer) | Any unit of measurement that qualifies the metric, e.g.
widgets, litres, bytes. Do not include a prefix such as k (kilo) or m (milli),
other tools may scale the units later. The value should be unscaled. | | String
| *wireFormat31x* (producer) | Use the wire format of Ganglia 3.1.0 and later
versions. Set this to false to use Ganglia 3.0.x or earlier. | true | boolean
| *basicPropertyBinding* (advanced) | Whether the endpoint should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities | false | boolean
diff --git a/docs/components/modules/ROOT/pages/nagios-component.adoc
b/docs/components/modules/ROOT/pages/nagios-component.adoc
index a0fc54d..d1ae2e9 100644
--- a/docs/components/modules/ROOT/pages/nagios-component.adoc
+++ b/docs/components/modules/ROOT/pages/nagios-component.adoc
@@ -84,7 +84,7 @@ with the following path and query parameters:
|===
-=== Query Parameters (9 parameters):
+=== Query Parameters (8 parameters):
[width="100%",cols="2,5,^1,2",options="header"]
@@ -97,7 +97,6 @@ with the following path and query parameters:
| *basicPropertyBinding* (advanced) | Whether the endpoint should use basic
property binding (Camel 2.x) or the newer property binding with additional
capabilities | false | boolean
| *synchronous* (advanced) | Sets whether synchronous processing should be
strictly used, or Camel is allowed to use asynchronous processing (if
supported). | false | boolean
| *encryption* (security) | To specify an encryption method. | | Encryption
-| *encryptionMethod* (security) | *Deprecated* To specify an encryption
method. | | NagiosEncryptionMethod
| *password* (security) | Password to be authenticated when sending checks to
Nagios. | | String
|===
// endpoint options: END