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

[8.0](backport #28596) [breaking] Make default_field: false the default for all fields #28855

Merged
merged 1 commit into from
Nov 8, 2021

Commits on Nov 6, 2021

  1. [breaking] Make default_field: false the default for all fields (#28596)

    Changes the default value of the default_field flag in fields definitions to false. This means that only fields that are explicitly marked with default_fields: true (or their subfields) will be added to the index template's setting.index.query.default_field list.
    
    After this PR, all fields are excluded from default_field, except:
    
    - Selected fields from ECS. The ECS team maintains the list of fields that are included.
    - Fields for processors.
    - Fields for Filebeat inputs.
    
    (cherry picked from commit 84e668c)
    adriansr authored and mergify-bot committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    28241b0 View commit details
    Browse the repository at this point in the history