Closed
Description
Observed in 8.0.0 / master as well as 7.6.0.
Interestingly, if the monitoring.enabled
setting is left out entirely, the value of monitoring.cluster_uuid
does show up in the GET /state
API response.
So we need monitoring.enabled: false
to behave the same as the monitoring.enabled
setting not being specified at all. In either case, if monitoring.cluster_uuid
is set, it's value should show up in the GET /state
API response.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment