netstat.netflow.all
Introduction
This union table collects network IP traffic information from different sources such as like Netflow and AWS VPC Flow.
Source tables
The information displayed is extracted from the following tables:
cloud.aws.firewall.netflow
cloud.aws.vpc.flow
netstat.netflow.ipfix
netstat.netflow.lt
netstat.netflow.v9
vpc.aws.flow
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 columns
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 |
|
|
|
hostname |
| host |
|
version |
|
|
|
flow_sequence |
| flowseq |
|
source_ip |
|
|
|
source_ipv4 |
| srcIp |
|
source_port |
|
|
|
destination_ip |
|
|
|
destination_ipv4 |
| dstIp |
|
destination_port |
|
|
|
protocol |
|
|
|
packets |
|
|
|
bytes |
|
|
|
header_date |
| headerDate |
|
start |
| firstDate |
|
end |
| lastDate |
|
ingress_interface |
| inIface |
|
egress_interface |
| outIface |
|
tcp_flags |
| tcpFlags |
|
next_hop |
| nextHop |
|
bgp_next_hop |
| bgpNextHop |
|
source_as_number |
| srcAs |
|
destination_as_number |
| dstAs |
|
source_mask |
| srcMask |
|
destination_mask |
| dstMask |
|
direction |
|
|
|
flow_sampler_id |
| flowSamplerId |
|
tos |
|
|
|
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.