firewall.all.vpn.traffic
Introduction
This table collects a variety of firewall event logs related to VPN traffic.
Source tables
The information displayed is extracted from the following tables:
firewall.fortinet.event.vpn
firewall.sonicwall.genv58
Table structure
This is the set of columns displayed by this union table, which is the result of the collection of columns present in all source tables:
Extra fields
Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.
Field | Type | Source field name | Extra fields |
---|---|---|---|
eventdate |
| Â | Â |
source |
| Â | Â |
firewall_name |
| fwname | Â |
firewall_cluster |
| fwcluster | Â |
source_ip |
| Â | Â |
source_ipv4 |
| srcIp | Â |
source_port |
| Â | Â |
destination_ip |
| Â | Â |
destination_ipv4 |
| dstIp | Â |
destination_port |
| Â | Â |
bytes_sent |
| sent | Â |
bytes_received |
| recv | Â |
user |
| Â | Â |
tunnel_type |
| tunnelType | Â |
tunnel_name |
| vpnTunnel | Â |
duration |
| Â | Â |
rawMessage |
| rawSource | ✓ |
hostchain |
|  | ✓ |
tag |
|  | ✓ |
Field transformations
Even though all source tables have several features in common, they have some particularities that make it necessary to undergo a set of transformations to harmonize them for the union table. The most common transformations comprise changes in the data type or the application of rules when several columns in the source table feed a single column in the union table. You can find below the detailed list of transformations in each source table.
firewall.fortinet.event.vpn
Field in union table | Field in source table | Field transformation | Type | Extra fields |
---|---|---|---|---|
eventdate | eventdate | Â |
| Â |
source | - | "fortinet" |
| Â |
firewall_name | firewall_name | Â |
| Â |
firewall_cluster | firewall_cluster | Â |
| Â |
source_ip | localIP | str(localIP) |
| Â |
source_ipv4 | source_ipv4 | Â |
| Â |
source_port | localPort | str(localPort) |
| Â |
destination_ip | remoteIP |
| Â | |
destination_ipv4 | destination_ipv4 | Â |
| Â |
destination_port | remotePort |
| Â | |
bytes_sent | bytes_sent | Â |
| Â |
bytes_received | bytes_received | Â |
| Â |
user | user localIP |
| Â | |
tunnel_type | tunnel_type | Â |
| Â |
tunnel_name | tunnel_name | Â |
| Â |
duration | duration | Â |
| Â |
rawSource | rawMessage | Â |
| ✓ |
rawMessage | rawMessage | Â |
| ✓ |
hostchain | hostchain | Â |
| ✓ |
tag | tag | Â |
| ✓ |
firewall.sonicwall.genv58
Field in union table | Field in source table | Field transformation | Type | Extra fields |
---|---|---|---|---|
eventdate | eventdate | Â |
| Â |
source | - |
| Â | |
firewall_name | firewall_name | Â |
| Â |
firewall_cluster | firewall_cluster | Â |
| Â |
source_ip | srcIp |
| Â | |
source_ipv4 | source_ipv4 | Â |
| Â |
source_port | srcPort | Â |
| Â |
destination_ip | dstIp |
| Â | |
destination_ipv4 | destination_ipv4 | Â |
| Â |
destination_port | dstPort | Â |
| Â |
bytes_sent | bytes_sent | Â |
| Â |
bytes_received | bytes_received | Â |
| Â |
user | usr srcIp |
| Â | |
tunnel_type | tunnel_type | Â |
| Â |
tunnel_name | tunnel_name | Â |
| Â |
duration | - |
| Â | |
rawSource | rawMessage | Â |
| ✓ |
rawMessage | rawMessage | Â |
| ✓ |
hostchain | hostchain | Â |
| ✓ |
tag | tag | Â |
| ✓ |