mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
parent
d2a094629c
commit
ca89cfee75
1 changed files with 11 additions and 0 deletions
11
docs/static/monitoring/monitoring-mb.asciidoc
vendored
11
docs/static/monitoring/monitoring-mb.asciidoc
vendored
|
@ -15,6 +15,7 @@ production cluster as described in <<monitoring-internal-collection>>.
|
||||||
To collect and ship monitoring data:
|
To collect and ship monitoring data:
|
||||||
|
|
||||||
. <<disable-default,Disable default collection of monitoring metrics>>
|
. <<disable-default,Disable default collection of monitoring metrics>>
|
||||||
|
. <<define-cluster__uuid,Specify optionally the target `cluster_uuid`>>
|
||||||
. <<configure-metricbeat,Install and configure {metricbeat} to collect monitoring data>>
|
. <<configure-metricbeat,Install and configure {metricbeat} to collect monitoring data>>
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
|
@ -36,6 +37,16 @@ Remove the `#` at the beginning of the line to enable the setting.
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
||||||
|
[float]
|
||||||
|
[[define-cluster__uuid]]
|
||||||
|
==== Define `cluster_uuid` (Optional)
|
||||||
|
To bind the metrics of {ls} to a specific cluster, optionally define the `monitoring.cluster_uuid`
|
||||||
|
in the configuration file (logstash.yml):
|
||||||
|
|
||||||
|
[source,yaml]
|
||||||
|
----------------------------------
|
||||||
|
monitoring.cluster_uuid: PRODUCTION_ES_CLUSTER_UUID
|
||||||
|
----------------------------------
|
||||||
|
|
||||||
[float]
|
[float]
|
||||||
[[configure-metricbeat]]
|
[[configure-metricbeat]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue