Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Doc] Added section for monitoring.cluster_uuid #11535

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/static/monitoring/monitoring-mb.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,19 @@ Remove the `#` at the beginning of the line to enable the setting.

--

[float]
[[define-cluster__uuid]]
==== Define `cluster_uuid`
To bind the metrics of {ls} to a specific cluster, define the `monitoring.cluster_uuid`
in the configuration file (logstash.yml):


[source,yaml]
----------------------------------
monitoring.cluster_uuid: PRODUCTION_ES_CLUSTER_UUID
----------------------------------


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other comments:

  • Is this an optional or required step? (If optional, let's notate that in the heading.)
  • Is this a new step between our current steps 1 and 2? If so, it should be listed as a step around line 18. If it is a sub-section under "Disable default collection" then the heading needs one more = to format it correctly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @karenzone thanks for watching. It's an optional step between 1 and 2. This is needed because on Kibana we want to group together the stats of LS and ES related to the same cluster. Metricbeat should bring this field and forward to ES


[float]
[[configure-metricbeat]]
Expand Down