-
Notifications
You must be signed in to change notification settings - Fork 461
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
[AWS][Pipeline Test] Multiple pipeline Test failure due to event.category mappings #10116
Comments
Pinging @elastic/integrations (Team:Integrations) |
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations) |
With the above-mentioned changes applied, you can observe successful pipeline execution run. ES version : 8.14
|
For AWS-WAF, I have noticied below mentioned error additionally
So, it may be determined what But, I do notice the allowed value list: https://www.elastic.co/guide/en/ecs/current/ecs-allowed-values-event-type.html |
Closing the issue as the issue is not reproducible. |
Reopening the issue, as i could recreate the issue. The mandatory condition to recreate the issue is
|
This issue will occur from 8.13 onwards, where the default ECS mappings are now applied to fields. Previously, For your information, this upgrade of ECS mappings will be addressed as part of this issue. However, if this change is a prerequisite for your task, please feel free to make the necessary adjustments. |
Related issue : #10135 |
As Ishleen mentions, I think this is a similar case to #9453 (comment). Summarizing, elastic-package ignores validation on some fields for legacy reasons when these fields are not defined, this includes The possible solutions would be similar too:
|
Resolved by the PR |
Observing below mentioned failures upon running AWS pipeline test.
ES Stack Version : 8.14
This error breaks the CI/CD pipeline.
1
Buildkite Reference : https://buildkite.com/elastic/integrations/builds/12418
The solution to the problem can be found here
https://github.com/elastic/elastic-package/blob/main/docs/howto/update_major_package_spec.md#field--is-not-normalized-as-expected-expected-array-found-
Once the issue is fixed, there may exist a need to run
elastic-package test pipeline -d cloudfront_logs -v --generate
The text was updated successfully, but these errors were encountered: