diff --git a/docs/reference/monitoring/configuring-metricbeat.asciidoc b/docs/reference/monitoring/configuring-metricbeat.asciidoc index 1c882df432eba..ff2da21a558b4 100644 --- a/docs/reference/monitoring/configuring-metricbeat.asciidoc +++ b/docs/reference/monitoring/configuring-metricbeat.asciidoc @@ -35,7 +35,7 @@ PUT _cluster/settings "xpack.monitoring.collection.enabled": true } } ----------------------------------- +---------------------------------- If {es} {security-features} are enabled, you must have `monitor` cluster privileges to view the cluster settings and `manage` cluster privileges to change them. @@ -169,9 +169,13 @@ provide a valid user ID and password so that {metricbeat} can send metrics successfully: .. Create a user on the monitoring cluster that has the -<>. -Alternatively, use the -<>. +<> or use the +<>. If you want to use +{ilm} features on your {metricbeat} indices, the user must also have +<>. If {metricbeat} is +monitoring only the {stack}, {ilm-init} is not required. Disable it by adding +`setup.ilm.enabled: false` to your {metricbeat} configuration file. For more +information, refer to {metricbeat-ref}/ilm.html[Configure {ilm} in {metricbeat}]. .. Add the `username` and `password` settings to the {es} output information in the {metricbeat} configuration file.