-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5d8b93
commit 36ceb70
Showing
3 changed files
with
174 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,97 @@ | |
} | ||
}, | ||
"expected": { | ||
"message": "time=14:53:11 devname=\"FFF00D_TEST02\" devid=\"FGT3HD300000000\" eventtime=1735000001620000000 tz=\"+0100\" logid=\"0000000010\" type=\"traffic\" subtype=\"forward\" level=\"notice\" vd=\"root\" srcip=1.2.3.4 srcport=50000 srcintf=\"ssl.root\" srcintfrole=\"undefined\" dstip=5.6.5.7 dstport=80 dstintf=\"VPNM-TEST\" dstintfrole=\"undefined\" srccountry=\"Reserved\" dstcountry=\"Reserved\" sessionid=100100046 proto=6 action=\"close\" policyid=274 policytype=\"policy\" poluuid=\"ac8ed64c-54e7-51eb-3525-d610000000000\" user=\"[email protected]\" group=\"TEST-SAML\" authserver=\"azure-saml\" service=\"HTTP\" trandisp=\"snat\" transip=1.0.5.8 transport=50066 duration=7 sentbyte=18800 rcvdbyte=7900 sentpkt=30 rcvdpkt=29 vpn=\"VPNM-TEST\" vpntype=\"ipsec-static\" appcat=\"unscanned\"" | ||
"message": "time=14:53:11 devname=\"FFF00D_TEST02\" devid=\"FGT3HD300000000\" eventtime=1735000001620000000 tz=\"+0100\" logid=\"0000000010\" type=\"traffic\" subtype=\"forward\" level=\"notice\" vd=\"root\" srcip=1.2.3.4 srcport=50000 srcintf=\"ssl.root\" srcintfrole=\"undefined\" dstip=5.6.5.7 dstport=80 dstintf=\"VPNM-TEST\" dstintfrole=\"undefined\" srccountry=\"Reserved\" dstcountry=\"Reserved\" sessionid=100100046 proto=6 action=\"close\" policyid=274 policytype=\"policy\" poluuid=\"ac8ed64c-54e7-51eb-3525-d610000000000\" user=\"[email protected]\" group=\"TEST-SAML\" authserver=\"azure-saml\" service=\"HTTP\" trandisp=\"snat\" transip=1.0.5.8 transport=50066 duration=7 sentbyte=18800 rcvdbyte=7900 sentpkt=30 rcvdpkt=29 vpn=\"VPNM-TEST\" vpntype=\"ipsec-static\" appcat=\"unscanned\"", | ||
"event": { | ||
"action": "close", | ||
"category": "traffic", | ||
"code": "0000000010", | ||
"dataset": "traffic:forward", | ||
"outcome": "success", | ||
"timezone": "+0100" | ||
}, | ||
"@timestamp": "2024-12-24T00:26:41.620000Z", | ||
"action": { | ||
"name": "close", | ||
"outcome": "success", | ||
"target": "network-traffic", | ||
"type": "forward" | ||
}, | ||
"destination": { | ||
"address": "5.6.5.7", | ||
"bytes": 7900, | ||
"ip": "5.6.5.7", | ||
"packets": 29, | ||
"port": 80 | ||
}, | ||
"fortinet": { | ||
"fortigate": { | ||
"event": { | ||
"type": "traffic" | ||
}, | ||
"policyid": "274", | ||
"poluuid": "ac8ed64c-54e7-51eb-3525-d610000000000", | ||
"virtual_domain": "root" | ||
} | ||
}, | ||
"group": { | ||
"name": "TEST-SAML" | ||
}, | ||
"log": { | ||
"hostname": "FFF00D_TEST02", | ||
"level": "notice" | ||
}, | ||
"network": { | ||
"bytes": 26700, | ||
"protocol": "http", | ||
"transport": "tcp" | ||
}, | ||
"observer": { | ||
"egress": { | ||
"interface": { | ||
"name": "VPNM-TEST" | ||
} | ||
}, | ||
"hostname": "FFF00D_TEST02", | ||
"ingress": { | ||
"interface": { | ||
"name": "ssl.root" | ||
} | ||
}, | ||
"serial_number": "FGT3HD300000000" | ||
}, | ||
"related": { | ||
"hosts": [ | ||
"FFF00D_TEST02" | ||
], | ||
"ip": [ | ||
"1.0.5.8", | ||
"1.2.3.4", | ||
"5.6.5.7" | ||
], | ||
"user": [ | ||
"[email protected]" | ||
] | ||
}, | ||
"rule": { | ||
"category": "unscanned", | ||
"ruleset": "policy" | ||
}, | ||
"source": { | ||
"address": "1.2.3.4", | ||
"bytes": 18800, | ||
"ip": "1.2.3.4", | ||
"nat": { | ||
"ip": "1.0.5.8" | ||
}, | ||
"packets": 30, | ||
"port": 50000, | ||
"user": { | ||
"name": "[email protected]" | ||
} | ||
}, | ||
"user": { | ||
"name": "[email protected]" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters