elastic / elastic/logstash

Further clarify where to point xpack.monitoring.elasticsearch.url to

Open
#9,432 0 comments 1 reaction 0 assignees View on GitHub
docs monitoring x-pack
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
1d 4h
Merged PRs (30d)
88

Description

*Original comment by @ppf2:*

We previously added the clarification on not pointing xpack.monitoring.elasticsearch.url to a separate monitoring cluster even if there is one, but point it to the main cluster.

It will be helpful if we can further improve the documentation on xpack.monitoring.elasticsearch.url with what we will advise users to set xpack.monitoring.elasticsearch.url to for the main cluster. For example, something like the following:

>For xpack.monitoring.elasticsearch.url, you can specify an array of hosts and it will attempt to round robin the connection until it finds one that is responding.
>- If you have coordinating-only nodes in the cluster, point xpack.monitoring.elasticsearch.url to the array of client nodes you have in the main cluster
>- If you do not have coordinating-only nodes in the cluster, point xpack.monitoring.elasticsearch.url to the array of data nodes you have in the main cluster
>- Do not include dedicated master nodes in the pack.monitoring.elasticsearch.url array.

Also, on the https://www.elastic.co/guide/en/x-pack/5.2/monitoring-settings.html page, it says "instance(s)" which is a way of saying that the setting accepts a list of hosts. It will be nice to provide a quick LINK REDACTED array syntax for completeness syntax for it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.