@@ -70,11 +70,11 @@ to pass through this cluster.
70
70
71
71
`xpack.monitoring.collection.cluster.stats.timeout`::
72
72
73
- Sets the timeout for collecting the cluster statistics. Defaults to `10s`.
73
+ (<<time-units,time value>>) Timeout for collecting the cluster statistics. Defaults to `10s`.
74
74
75
75
`xpack.monitoring.collection.node.stats.timeout`::
76
76
77
- Sets the timeout for collecting the node statistics. Defaults to `10s`.
77
+ (<<time-units,time value>>) Timeout for collecting the node statistics. Defaults to `10s`.
78
78
79
79
`xpack.monitoring.collection.indices` (<<cluster-update-settings,Dynamic>>)::
80
80
@@ -87,7 +87,7 @@ ensure monitoring of system indices. For example `.*,test*,-test3`
87
87
88
88
`xpack.monitoring.collection.index.stats.timeout`::
89
89
90
- Sets the timeout for collecting index statistics. Defaults to `10s`.
90
+ (<<time-units,time value>>) Timeout for collecting index statistics. Defaults to `10s`.
91
91
92
92
`xpack.monitoring.collection.index.recovery.active_only`::
93
93
@@ -96,11 +96,11 @@ collect only active recoveries. Defaults to `false`.
96
96
97
97
`xpack.monitoring.collection.index.recovery.timeout`::
98
98
99
- Sets the timeout for collecting the recovery information. Defaults to `10s`.
99
+ (<<time-units,time value>>) Timeout for collecting the recovery information. Defaults to `10s`.
100
100
101
101
`xpack.monitoring.history.duration`::
102
102
103
- Sets the retention duration beyond which the indices created by a Monitoring
103
+ (<<time-units,time value>>) Retention duration beyond which the indices created by a Monitoring
104
104
exporter are automatically deleted. Defaults to `7d` (7 days).
105
105
+
106
106
--
@@ -206,12 +206,12 @@ The password for the `auth.username`.
206
206
207
207
`connection.timeout`::
208
208
209
- The amount of time that the HTTP connection is supposed to wait for a socket to open for the
209
+ (<<time-units,time value>>) Amount of time that the HTTP connection is supposed to wait for a socket to open for the
210
210
request. The default value is `6s`.
211
211
212
212
`connection.read_timeout`::
213
213
214
- The amount of time that the HTTP connection is supposed to wait for a socket to
214
+ (<<time-units,time value>>) Amount of time that the HTTP connection is supposed to wait for a socket to
215
215
send back a response. The default value is `10 * connection.timeout` (`60s` if neither are set).
216
216
217
217
`ssl`::
0 commit comments