mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[DOCS] Adds monitoring setting (#54819)
This commit is contained in:
parent
daeddfdd78
commit
be71ec4029
1 changed files with 10 additions and 2 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
|
||||
|
@ -134,3 +134,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`.
|
||||
|
||||
`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