Skip to content

Commit

Permalink
Add more fixes from the review
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Jan 8, 2020
1 parent 7bcbe5b commit b7ccf86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@

Use internal collectors to send {beats} monitoring data directly to your
monitoring cluster.

ifndef::serverless[]
Or as an alternative to internal collection, use
<<monitoring-metricbeat-collection>>.
<<monitoring-metricbeat-collection>>. The benefit of using internal collection
instead of {metricbeat} is that you have fewer pieces of software to install
and maintain.
endif::[]

//Commenting out this link temporarily until the general monitoring docs can be
Expand Down
4 changes: 3 additions & 1 deletion libbeat/docs/monitoring/monitoring-metricbeat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
++++

In 7.3 and later, you can use {metricbeat} to collect data about {beatname_uc}
and ship it to the monitoring cluster.
and ship it to the monitoring cluster. The benefit of using {metricbeat} instead
of internal collection is that the monitoring agent remains active even if the
{beatname_uc} instance dies.

ifeval::["{beatname_lc}"=="metricbeat"]
Because you'll be using {metricbeat} to _monitor_ {beatname_uc}, you'll need to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Custom HTTP headers to add to each request. For more information, see
==== `hosts`

The list of {es} nodes to connect to. Monitoring metrics are distributed to
these nodes in round robin order. For more information, see
these nodes in round-robin order. For more information, see
<<elasticsearch-output>>.

[float]
Expand Down

0 comments on commit b7ccf86

Please sign in to comment.