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

Ingest: move get/put/delete pipeline methods to ClusterAdminClient #16242

Merged
merged 2 commits into from Jan 27, 2016

Commits on Jan 27, 2016

  1. Ingest: move get/put/delete pipeline methods to ClusterAdminClient

     These methods allow to modify and retrieve the content of pipelines, which are stored in the cluster state. Their actions names were already correct under the category cluster:admin/ingest/pipeline/* , the corresponding methods should be moved under client.admin().cluster() .
    javanna committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    1317cf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a13022 View commit details
    Browse the repository at this point in the history