[DOCS] Moves monitoring pages to docs folder (#33324)
This commit is contained in:
parent
bd8d82d859
commit
f3f8d9b833
|
@ -16,7 +16,7 @@ include::setup.asciidoc[]
|
||||||
|
|
||||||
include::setup/setup-xes.asciidoc[]
|
include::setup/setup-xes.asciidoc[]
|
||||||
|
|
||||||
include::{xes-repo-dir}/monitoring/configuring-monitoring.asciidoc[]
|
include::monitoring/configuring-monitoring.asciidoc[]
|
||||||
|
|
||||||
include::{xes-repo-dir}/security/configuring-es.asciidoc[]
|
include::{xes-repo-dir}/security/configuring-es.asciidoc[]
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
[role="xpack"]
|
[role="xpack"]
|
||||||
[testenv="gold"]
|
[testenv="gold"]
|
||||||
[[configuring-monitoring]]
|
[[configuring-monitoring]]
|
||||||
== Configuring Monitoring in {es}
|
== Configuring monitoring in {es}
|
||||||
++++
|
++++
|
||||||
<titleabbrev>Configuring Monitoring</titleabbrev>
|
<titleabbrev>Configuring monitoring</titleabbrev>
|
||||||
++++
|
++++
|
||||||
|
|
||||||
By default, {monitoring} is enabled but data collection is disabled. Advanced
|
By default, {monitoring} is enabled but data collection is disabled. Advanced
|
||||||
|
@ -47,21 +47,19 @@ as {kib}, Beats, and Logstash to a monitoring cluster:
|
||||||
.. Verify that `xpack.monitoring.collection.enabled` settings are `true` on each
|
.. Verify that `xpack.monitoring.collection.enabled` settings are `true` on each
|
||||||
node in the cluster.
|
node in the cluster.
|
||||||
|
|
||||||
.. {xpack-ref}/xpack-monitoring.html[Configure {monitoring} across the Elastic Stack].
|
.. {stack-ov}/xpack-monitoring.html[Configure {monitoring} across the Elastic Stack].
|
||||||
|
|
||||||
. Identify where to store monitoring data.
|
. Identify where to store monitoring data.
|
||||||
+
|
+
|
||||||
--
|
--
|
||||||
By default, {monitoring} uses a `local` exporter that indexes monitoring data
|
By default, {monitoring} uses a `local` exporter that indexes monitoring data
|
||||||
on the same cluster.
|
on the same cluster. See <<es-monitoring-default-exporter>> and <<local-exporter>>.
|
||||||
//See <<es-monitoring-default-exporter>> and <<local-exporter>>.
|
|
||||||
|
|
||||||
Alternatively, you can use an `http` exporter to send data to a separate
|
Alternatively, you can use an `http` exporter to send data to a separate
|
||||||
monitoring cluster.
|
monitoring cluster. See <<http-exporter>>.
|
||||||
//See <<http-exporter>>.
|
|
||||||
|
|
||||||
For more information about typical monitoring architectures,
|
For more information about typical monitoring architectures,
|
||||||
see {xpack-ref}/how-monitoring-works.html[How Monitoring Works].
|
see {stack-ov}/how-monitoring-works.html[How Monitoring Works].
|
||||||
--
|
--
|
||||||
|
|
||||||
. If {security} is enabled and you are using an `http` exporter to send data to
|
. If {security} is enabled and you are using an `http` exporter to send data to
|
||||||
|
@ -82,6 +80,7 @@ POST /_xpack/security/user/remote_monitor
|
||||||
}
|
}
|
||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
|
// TEST[skip:needs-gold+-license]
|
||||||
--
|
--
|
||||||
|
|
||||||
.. On each node in the cluster that is being monitored, configure the `http`
|
.. On each node in the cluster that is being monitored, configure the `http`
|
||||||
|
@ -136,7 +135,7 @@ read from the monitoring indices.
|
||||||
You set up {monitoring} UI users on the cluster where the monitoring data is
|
You set up {monitoring} UI users on the cluster where the monitoring data is
|
||||||
stored, that is to say the monitoring cluster. To grant all of the necessary permissions, assign users the
|
stored, that is to say the monitoring cluster. To grant all of the necessary permissions, assign users the
|
||||||
`monitoring_user` and `kibana_user` roles. For more information, see
|
`monitoring_user` and `kibana_user` roles. For more information, see
|
||||||
{xpack-ref}/mapping-roles.html[Mapping users and groups to roles].
|
{stack-ov}/mapping-roles.html[Mapping users and groups to roles].
|
||||||
--
|
--
|
||||||
|
|
||||||
. Optional:
|
. Optional:
|
|
@ -13,7 +13,6 @@ You can retrieve the templates through the `_template` API:
|
||||||
GET /_template/.monitoring-*
|
GET /_template/.monitoring-*
|
||||||
----------------------------------
|
----------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
// TEST[catch:missing]
|
|
||||||
|
|
||||||
By default, the template configures one shard and one replica for the
|
By default, the template configures one shard and one replica for the
|
||||||
monitoring indices. To override the default settings, add your own template:
|
monitoring indices. To override the default settings, add your own template:
|
Loading…
Reference in New Issue