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

Fix loading templates in config/ directory #4517

Closed

Commits on Dec 20, 2013

  1. Fix loading templates in config/ directory

    The fixes introduced in elastic#4235 and elastic#4411 do not take into account, that a
    template JSON in the config/ directory includes a template name, as opposed
    when calling the Put Template API.
    
    This PR allows to put both formats (either specifying a template name or not)
    into files. However you template name/id may not be one of the template
    element names like "template", "settings", "order" or "mapping".
    
    Closes elastic#4511
    spinscale committed Dec 20, 2013
    Configuration menu
    Copy the full SHA
    8e7e3b9 View commit details
    Browse the repository at this point in the history