We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d9fba commit e29287eCopy full SHA for e29287e
1 file changed
filters/antivirus/bitdefender_gz.yml
@@ -1,4 +1,4 @@
1
-# Bitdefender GravityZone filter
+# Bitdefender GravityZone filter, version 3.0.1
2
# Based on https://www.bitdefender.com/business/support/en/77212-237089-event-types.html
3
# and the previous version of the same filter
4
@@ -233,12 +233,7 @@ pipeline:
233
params:
234
source: origin.ip
235
destination: origin.geolocation
236
- where:
237
- variables:
238
- - get: origin.ip
239
- as: oIp
240
- oftype: string
241
- expression: oIp_ok==true
+ where: has(origin.ip)
242
243
# Reformat and field conversions
244
- cast:
0 commit comments