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

Disallow _field_names enabled setting #46681

Merged
merged 5 commits into from
Sep 23, 2019

Commits on Sep 12, 2019

  1. Disallow _field_names enabled setting

    After deprecating the setting starting with 7.5 in elastic#42854, this change disallows
    setting enabled for the `_field_names` field on new indices. The setting
    continues to work for indices created in 7.x where we still emit a deprecation
    warning.
    Christoph Büscher committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    6823e3c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Merge branch 'master' into ignore_field_names_enabled

    Christoph Büscher committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    bf25186 View commit details
    Browse the repository at this point in the history
  2. Updating error message

    Christoph Büscher committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    f116044 View commit details
    Browse the repository at this point in the history
  3. Line length

    Christoph Büscher committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    2ac5883 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Add migration notes anchor

    Christoph Büscher committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    d281a34 View commit details
    Browse the repository at this point in the history