diff --git a/docs/reference/monitoring/collecting-monitoring-data.asciidoc b/docs/reference/monitoring/collecting-monitoring-data.asciidoc index 61b08801eebb8..432b5f4d01f4c 100644 --- a/docs/reference/monitoring/collecting-monitoring-data.asciidoc +++ b/docs/reference/monitoring/collecting-monitoring-data.asciidoc @@ -101,11 +101,13 @@ the `xpack.monitoring.collection.interval` setting 10 seconds. See + -- By default, the data is stored on the same cluster by using a -<>. - -Alternatively, you can use an <> to send data to +<>. Alternatively, you can use an <> to send data to a separate _monitoring cluster_. +IMPORTANT: The {es} {monitor-features} use ingest pipelines, therefore the +cluster that stores the monitoring data must have at least one +<>. + For more information about typical monitoring architectures, see {stack-ov}/how-monitoring-works.html[How Monitoring Works]. -- diff --git a/docs/reference/monitoring/configuring-metricbeat.asciidoc b/docs/reference/monitoring/configuring-metricbeat.asciidoc index 6098336538bf9..dd7811b34219e 100644 --- a/docs/reference/monitoring/configuring-metricbeat.asciidoc +++ b/docs/reference/monitoring/configuring-metricbeat.asciidoc @@ -164,6 +164,10 @@ output.elasticsearch: <1> In this example, the data is stored on a monitoring cluster with nodes `es-mon-1` and `es-mon-2`. +IMPORTANT: The {es} {monitor-features} use ingest pipelines, therefore the +cluster that stores the monitoring data must have at least one +<>. + For more information about these configuration options, see {metricbeat-ref}/elasticsearch-output.html[Configure the {es} output]. --