Skip to content

Commit f0c644d

Browse files
randomuseridkibanamachine
authored andcommitted
Update datafeed_high_count_network_denies.json (#101681)
add a boolean OR between the two possible field values
1 parent 14abc08 commit f0c644d

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

x-pack/plugins/ml/server/models/data_recognizer/modules/security_network/ml/datafeed_high_count_network_denies.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,29 @@
1313
"term": {
1414
"event.category": "network"
1515
}
16-
},
16+
}
17+
],
18+
"must": [
1719
{
18-
"term": {
19-
"event.outcome": "deny"
20+
"bool": {
21+
"should": [
22+
{
23+
"match": {
24+
"event.outcome": {
25+
"query": "deny",
26+
"operator": "OR"
27+
}
28+
}
29+
},
30+
{
31+
"match": {
32+
"event.type": {
33+
"query": "denied",
34+
"operator": "OR"
35+
}
36+
}
37+
}
38+
]
2039
}
2140
}
2241
]

0 commit comments

Comments
 (0)