mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[DOCS] Fixes merge conflict in monitoring settings doc (#54858)
This commit is contained in:
parent
9f21895137
commit
a3124ff356
1 changed files with 10 additions and 5 deletions
|
@ -7,10 +7,10 @@
|
|||
|
||||
By default, the Monitoring application is enabled, but data collection
|
||||
is disabled. When you first start {kib} monitoring, you are prompted to
|
||||
enable data collection. If you are using {security}, you must be
|
||||
enable data collection. If you are using {security}, you must be
|
||||
signed in as a user with the `cluster:manage` privilege to enable
|
||||
data collection. The built-in `superuser` role has this privilege and the
|
||||
built-in `elastic` user has this role.
|
||||
built-in `elastic` user has this role.
|
||||
|
||||
You can adjust how monitoring data is
|
||||
collected from {kib} and displayed in {kib} by configuring settings in the
|
||||
|
@ -125,6 +125,11 @@ For {es} clusters that are running in containers, this setting changes the
|
|||
statistics. It also adds the calculated Cgroup CPU utilization to the
|
||||
*Node Overview* page instead of the overall operating system's CPU
|
||||
utilization. Defaults to `false`.
|
||||
+
|
||||
[role="screenshot"]
|
||||
image::images/monitoring-containers.png[Elasticsearch Inside a Container]
|
||||
|
||||
`xpack.monitoring.ui.container.logstash.enabled`::
|
||||
|
||||
For {ls} nodes that are running in containers, this setting
|
||||
changes the {ls} *Node Listing* to display the CPU utilization
|
||||
based on the reported Cgroup statistics. It also adds the
|
||||
calculated Cgroup CPU utilization to the {ls} node detail
|
||||
pages instead of the overall operating system’s CPU utilization. Defaults to `false`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue