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

Reduce usage of Client utils with remote clusters #104552

Merged

Commits on Jan 18, 2024

  1. Reduce usage of Client utils with remote clusters

    In practice almost all of the utility methods on `Client` are only used
    on the local node, and many of them are untested, or positively do not
    work, when targetting a remote cluster (see elastic#100111). This commit
    removes most of the remaining usages of these utility methods against
    remote clusters as a step towards separating the remote-cluster client
    from the local-node client.
    
    Relates elastic#104536
    DaveCTurner committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1f58d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df31b66 View commit details
    Browse the repository at this point in the history
  3. Mucks

    DaveCTurner committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    1581b4f View commit details
    Browse the repository at this point in the history