[DOCS] Adds monitoring requirement for ingest node (#36665)

This commit is contained in:
Lisa Cawley 2018-12-17 08:18:11 -08:00 committed by GitHub
parent eb59c1f7bd
commit 4103d3b9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 3 deletions

View File

@ -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
<<local-exporter,`local` exporter>>.
Alternatively, you can use an <<http-exporter,`http` exporter>> to send data to
<<local-exporter,`local` exporter>>. Alternatively, you can use an <<http-exporter,`http` exporter>> 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
<<ingest,ingest node>>.
For more information about typical monitoring architectures,
see {stack-ov}/how-monitoring-works.html[How Monitoring Works].
--

View File

@ -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
<<ingest,ingest node>>.
For more information about these configuration options, see
{metricbeat-ref}/elasticsearch-output.html[Configure the {es} output].
--