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

Backport: Make user.group a nesting of the group field set (#308) #355

Merged
merged 1 commit into from
Mar 5, 2019

Commits on Mar 5, 2019

  1. Make user.group a nesting of the group field set (elastic#308)

    Breaking change.
    
    Field set name "group" was being used as a leaf field at `user.group`. It had different semantics as the field set: it was a keyword field, instead of being a nesting of the field set. This goes against a driving principle of ECS, and has been corrected.
    
    We removed the `user.group` `keyword` field (introduced in elastic#204), and made the `group` field set nestable at `user.group`.
    webmat authored and Mathieu Martin committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    d32d5e3 View commit details
    Browse the repository at this point in the history