@@ -43,14 +43,14 @@ to `true`. Its default value is `false`.
43
43
The `xpack.monitoring.collection` settings control how data is collected from
44
44
your Elasticsearch nodes.
45
45
46
- `xpack.monitoring.collection.enabled`:: (<<cluster-update-settings,Dynamic>>)
46
+ `xpack.monitoring.collection.enabled` (<<cluster-update-settings,Dynamic>>)::
47
47
48
48
added[6.3.0] Set to `true` to enable the collection of monitoring data. When
49
49
this setting is `false` (default), {es} monitoring data is not collected and
50
50
all monitoring data from other sources such as {kib}, Beats, and Logstash is
51
51
ignored.
52
52
53
- `xpack.monitoring.collection.interval`:: (<<cluster-update-settings,Dynamic>>)
53
+ `xpack.monitoring.collection.interval` (<<cluster-update-settings,Dynamic>>)::
54
54
55
55
Setting to `-1` to disable data collection is no longer supported beginning with
56
56
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
60
60
modify the collection interval, set the `xpack.monitoring.min_interval_seconds`
61
61
option in `kibana.yml` to the same value.
62
62
63
- `xpack.monitoring.elasticsearch.collection.enabled`:: (<<cluster-update-settings,Dynamic>>)
63
+ `xpack.monitoring.elasticsearch.collection.enabled` (<<cluster-update-settings,Dynamic>>)::
64
64
65
65
Controls whether statistics about your {es} cluster should be collected. Defaults to `true`.
66
66
This is different from xpack.monitoring.collection.enabled, which allows you to enable or disable
@@ -72,7 +72,7 @@ to pass through this cluster.
72
72
73
73
Sets the timeout for collecting the cluster statistics. Defaults to `10s`.
74
74
75
- `xpack.monitoring.collection.indices`:: (<<cluster-update-settings,Dynamic>>)
75
+ `xpack.monitoring.collection.indices` (<<cluster-update-settings,Dynamic>>)::
76
76
77
77
Controls which indices Monitoring collects data from. Defaults to all indices. Specify the index names
78
78
as a comma-separated list, for example `test1,test2,test3`. Names can include wildcards, for
0 commit comments