-
Couldn't load subscription status.
- Fork 128
Validate expected fields normalization #765
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
Conversation
|
|
|
Blocked till we have some way of disabling checks per package (see #615 (comment)). |
🌐 Coverage report
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
ECS fields can include normalization rules, indicated by the
normalizeparameter.By now only the
arrayrule exist, that indicates that values should be included in thefield as an array, even if there is a single element.
Validate this on test results for packages with
format_version>=2.0.0.Things to check in this review:
elastic-package.event.categoryandevent.typeto arrays as for this PR.Part of #615 and elastic/package-spec#399.