Observing below mentioned failures upon running AWS pipeline test.
ES Stack Version : 8.14
This error breaks the CI/CD pipeline.
1
pipeline test: test-s3-server-access.log in aws.s3access
test case failed: one or more problems with fields found in documents: [0] field "event.category" is not normalized as expected: expected array, found "web" (string)
pipeline test: test-cloudfront.log in aws.cloudfront_logs
test case failed: one or more problems with fields found in documents: [0] field "event.category" is not normalized as expected: expected array, found "web" (string)
pipeline test: test-waf.log in aws.waf
test case failed: one or more problems with fields found in documents: [0] field "event.category" is not normalized as expected: expected array, found "web" (string)
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
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