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

_cluster/state should always return cluster_uuid #30143

Merged
merged 4 commits into from
Apr 30, 2018

Commits on Apr 26, 2018

  1. _cluster/state should always return cluster_uuid

    Currently, the only way to get the REST response for the `/_cluster/state`
    call to return the `cluster_uuid` is to request the `metadata` metrics,
    which is one of the most expensive response structures. However, external
    monitoring agents will likely want the `cluster_uuid` to correlate the
    response with other API responses whether or not they want cluster
    metadata.
    pickypg committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    8fe54b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c46a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64f49f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb669f3 View commit details
    Browse the repository at this point in the history