Skip to content

Commit

Permalink
Update monitoring-metricbeat.asciidoc (elastic#21863)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagor authored Dec 22, 2020
1 parent 9a290f1 commit 11f9ab1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions libbeat/docs/monitoring/monitoring-metricbeat.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,32 @@ For more information, see
<<configuration-monitor,Monitoring configuration options>>.
--

. Configure host (optional). +
+
--
// tag::set-http-host[]
If you intend to get metrics using {metricbeat} installed on another server, you need to bind the {beatname_uc} to host's IP:

[source,yaml]
----------------------------------
http.host: xxx.xxx.xxx.xxx
----------------------------------
// end::set-http-host[]
--

. Configure cluster uuid (optional). +
+
--
// tag::set-cluster-uuid[]
To see the Beats monitoring section in Kibana if you have a cluster, you need to associate the {beatname_uc} with cluster UUID:

[source,yaml]
----------------------------------
monitoring.cluster_uuid: "cluster-uuid"
----------------------------------
// end::set-cluster-uuid[]
--

ifndef::serverless[]
. Start {beatname_uc}.
endif::[]
Expand Down

0 comments on commit 11f9ab1

Please sign in to comment.