You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnmultierror.Error{fmt.Errorf("field %q's Go type, %T, does not match the expected field type: %s (field value: %v)", key, val, definition.Type, val)}
returnfmt.Errorf("the IP %q is not one of the allowed test IPs (see: https://github.com/elastic/elastic-package/blob/main/internal/fields/_static/allowed_geo_ips.txt)", valStr)
1201
+
returnmultierror.Error{fmt.Errorf("the IP %q is not one of the allowed test IPs (see: https://github.com/elastic/elastic-package/blob/main/internal/fields/_static/allowed_geo_ips.txt)", valStr)}
1196
1202
}
1197
1203
// Groups should only contain nested fields, not single values.
Copy file name to clipboardExpand all lines: test/packages/false_positives/cisco_asa.expected_errors
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
<failure>test case failed: one or more problems with fields found in documents: \[0\] parsing field value failed: field "event.type" value "change" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)
\[1\] parsing field value failed: field "event.type" value "deletion" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)
\[2\] parsing field value failed: field "event.type" value "error" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)</failure>
2
-
<failure>test case failed: one or more problems with fields found in documents: \[0\] parsing field value failed: field "event.type" value "error" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)</failure>
3
-
<failure>test case failed: one or more problems with fields found in documents: \[0\] parsing field value failed: field "event.type" value "deletion" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)</failure>
1
+
<failure>test case failed: one or more problems with fields found in documents: \[0\] field "event.type" value "change" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)
\[1\] field "event.type" value "deletion" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)
\[2\] field "event.type" value "error" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)</failure>
2
+
<failure>test case failed: one or more problems with fields found in documents: \[0\] field "event.type" value "error" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)</failure>
3
+
<failure>test case failed: one or more problems with fields found in documents: \[0\] field "event.type" value "deletion" is not one of the expected values \(access, allowed, connection, denied, end, info, protocol, start\) for any of the values of "event.category" \(network\)</failure>
4
4
<failure>detected ingest pipeline warnings: 2: character class has '-' without escape
regular expression has redundant nested repeat operator.*</failure>
5
5
<failure>detected ingest pipeline warnings: 2: character class has '-' without escape
regular expression has redundant nested repeat operator.*</failure>
6
6
<failure>detected ingest pipeline warnings: 2: character class has '-' without escape
regular expression has redundant nested repeat operator.*</failure>
0 commit comments