kibana:
version: "^8.14.0"
Error: error running package system tests: could not complete test run: found ignored fields in data stream logs-aws.waf-ep: [aws.waf.terminating_rule_match_details.location aws.waf.non_terminating_matching_rules.ruleMatchDetails.location aws.waf.rule_group_list.nonTerminatingMatchingRules.ruleMatchDetails.location]. Affected documents: [
{
"_id": "996f88ec15-000000000000",
"@timestamp": "2019-12-13T23:40:12.771Z",
"ignored_field_values": null
},
{
"_id": "996f88ec15-000000000826",
"@timestamp": "2020-06-17T01:26:32.516Z",
"ignored_field_values": null
},
{
"_id": "996f88ec15-000000001695",
"@timestamp": "2020-06-17T02:43:30.888Z",
"ignored_field_values": null
},
{
"_id": "996f88ec15-000000002947",
"@timestamp": "2019-12-13T23:40:12.771Z",
"ignored_field_values": null
}
]
Steps to Recreate the issue
manifest.ymlasOutput
Initial Assumption / Observation
I guess this may be related to the recently added feature in elastic-package
- System tests fail on presence of ignored fields.cc @jsorianoImpacted PRs