Skip to content

Commit 2b4ebca

Browse files
authored
[DOCS] Add 'time value' links to several monitor settings (#40633) (#40685)
1 parent 39756fa commit 2b4ebca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/reference/settings/monitoring-settings.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ to pass through this cluster.
7070

7171
`xpack.monitoring.collection.cluster.stats.timeout`::
7272

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`.
7474

7575
`xpack.monitoring.collection.node.stats.timeout`::
7676

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`.
7878

7979
`xpack.monitoring.collection.indices` (<<cluster-update-settings,Dynamic>>)::
8080

@@ -87,7 +87,7 @@ ensure monitoring of system indices. For example `.*,test*,-test3`
8787

8888
`xpack.monitoring.collection.index.stats.timeout`::
8989

90-
Sets the timeout for collecting index statistics. Defaults to `10s`.
90+
(<<time-units,time value>>) Timeout for collecting index statistics. Defaults to `10s`.
9191

9292
`xpack.monitoring.collection.index.recovery.active_only`::
9393

@@ -96,11 +96,11 @@ collect only active recoveries. Defaults to `false`.
9696

9797
`xpack.monitoring.collection.index.recovery.timeout`::
9898

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`.
100100

101101
`xpack.monitoring.history.duration`::
102102

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
104104
exporter are automatically deleted. Defaults to `7d` (7 days).
105105
+
106106
--
@@ -206,12 +206,12 @@ The password for the `auth.username`.
206206

207207
`connection.timeout`::
208208

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
210210
request. The default value is `6s`.
211211

212212
`connection.read_timeout`::
213213

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
215215
send back a response. The default value is `10 * connection.timeout` (`60s` if neither are set).
216216

217217
`ssl`::

0 commit comments

Comments
 (0)