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

Remove _xpack from CCR APIs #32563

Merged
merged 2 commits into from
Aug 3, 2018
Merged

Commits on Aug 1, 2018

  1. Remove _xpack from CCR APIs

    For a new feature like CCR we will go without this extra layer of
    indirection. This commit replaces all /_xpack/ccr/_(\S+) endpoints by
    /_ccr/$1 endpoints.
    jasontedor committed Aug 1, 2018
    Configuration menu
    Copy the full SHA
    89037c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. fix api

    jasontedor committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    2db359a View commit details
    Browse the repository at this point in the history