Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add manage_ilm privilege to monitoring steps #58141

Merged
merged 1 commit into from
Jun 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs/reference/monitoring/configuring-metricbeat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
<<built-in-roles,`remote_monitoring_agent` built-in role>>.
Alternatively, use the
<<built-in-users,`remote_monitoring_user` built-in user>>.
<<built-in-roles,`remote_monitoring_agent` built-in role>> or use the
<<built-in-users,`remote_monitoring_user` built-in user>>. If you want to use
{ilm} features on your {metricbeat} indices, the user must also have
<<security-privileges,`manage_ilm` cluster privileges>>. 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.
Expand Down