Skip to content

Commit 781130c

Browse files
committed
[DOCS] Fixes formatting of dynamic settings links
1 parent 8fb3290 commit 781130c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/reference/settings/ml-settings.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ opening spend more time in the `opening` state. Defaults to `2`.
7777
These settings are for advanced use cases; the default values are generally
7878
sufficient:
7979

80-
`xpack.ml.max_anomaly_records`:: (<<cluster-update-settings,Dynamic>>)
80+
`xpack.ml.max_anomaly_records` (<<cluster-update-settings,Dynamic>>)::
8181
The maximum number of records that are output per bucket. The default value is
8282
`500`.
8383

84-
`xpack.ml.max_lazy_ml_nodes`:: (<<cluster-update-settings,Dynamic>>)
84+
`xpack.ml.max_lazy_ml_nodes` (<<cluster-update-settings,Dynamic>>)::
8585
The number of lazily spun up Machine Learning nodes. Useful in situations
8686
where ML nodes are not desired until the first Machine Learning Job
8787
is opened. It defaults to `0` and has a maximum acceptable value of `3`.

docs/reference/settings/monitoring-settings.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ to `true`. Its default value is `false`.
4343
The `xpack.monitoring.collection` settings control how data is collected from
4444
your Elasticsearch nodes.
4545

46-
`xpack.monitoring.collection.enabled`:: (<<cluster-update-settings,Dynamic>>)
46+
`xpack.monitoring.collection.enabled` (<<cluster-update-settings,Dynamic>>)::
4747

4848
added[6.3.0] Set to `true` to enable the collection of monitoring data. When
4949
this setting is `false` (default), {es} monitoring data is not collected and
5050
all monitoring data from other sources such as {kib}, Beats, and Logstash is
5151
ignored.
5252

53-
`xpack.monitoring.collection.interval`:: (<<cluster-update-settings,Dynamic>>)
53+
`xpack.monitoring.collection.interval` (<<cluster-update-settings,Dynamic>>)::
5454

5555
Setting to `-1` to disable data collection is no longer supported beginning with
5656
7.0.0. deprecated[6.3.0, Use `xpack.monitoring.collection.enabled` set to
@@ -60,7 +60,7 @@ Controls how often data samples are collected. Defaults to `10s`. If you
6060
modify the collection interval, set the `xpack.monitoring.min_interval_seconds`
6161
option in `kibana.yml` to the same value.
6262

63-
`xpack.monitoring.elasticsearch.collection.enabled`:: (<<cluster-update-settings,Dynamic>>)
63+
`xpack.monitoring.elasticsearch.collection.enabled` (<<cluster-update-settings,Dynamic>>)::
6464

6565
Controls whether statistics about your {es} cluster should be collected. Defaults to `true`.
6666
This is different from xpack.monitoring.collection.enabled, which allows you to enable or disable
@@ -72,7 +72,7 @@ to pass through this cluster.
7272

7373
Sets the timeout for collecting the cluster statistics. Defaults to `10s`.
7474

75-
`xpack.monitoring.collection.indices`:: (<<cluster-update-settings,Dynamic>>)
75+
`xpack.monitoring.collection.indices` (<<cluster-update-settings,Dynamic>>)::
7676

7777
Controls which indices Monitoring collects data from. Defaults to all indices. Specify the index names
7878
as a comma-separated list, for example `test1,test2,test3`. Names can include wildcards, for

0 commit comments

Comments
 (0)