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

Cherry-pick #11671 to 7.0: Fix template/policy is always overwritten #11672

Merged
merged 3 commits into from
Apr 5, 2019

Commits on Apr 5, 2019

  1. Fix template/policy is always overwritten

    The force flag for policy and template overwrites have been set to true
    in the standard Elasticsearch callback. Due to this every reconnect will
    result in the policy and template being overwritten.
    
    This fix sets the flags to false and ensure that the template is only
    overwritten if a new policy is created in Elasticsearch.
    
    (cherry picked from commit 0d971ec)
    urso committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    53ea442 View commit details
    Browse the repository at this point in the history
  2. typo

    (cherry picked from commit d020570)
    urso committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    f7ac3fd View commit details
    Browse the repository at this point in the history
  3. Changelog

    (cherry picked from commit 5e00071)
    urso committed Apr 5, 2019
    Configuration menu
    Copy the full SHA
    7bcaa97 View commit details
    Browse the repository at this point in the history