This view is available with Lacework data share v.1, v.2, v.3, or v.4.
This view provides raw historic data about connections.
Lacework regularly monitors for connections in your environment and returns a row in the CONNECTIONS_V view when Lacework detects a connection.
Each row contains connection information as listed in the columns.
Column Name | Data Type | Description |
---|---|---|
CREATED_TIME | Timestamp | The time and date when the connector was detected by Lacework. |
MID | Number | The Lacework-generated identifier for the machine that is assigned the SRC_IP_ADDR. |
SRC_IP_ADDR | Text | The source IP address for the connection. |
SRC_PORT | Number | The source port for the connection. |
DST_IP_ADDR | Text | The destination IP address for the connection. |
DST_PORT | Number | The destination port for the connection. |
PROTOCOL | Text | The protocol used by the connection. |
BYTES_IN | Number | The number of bytes received by the endpoint from the connection at the CREATED_TIME. |
BYTES_OUT | Number | The number of bytes sent by the endpoint to the connection at the CREATED_TIME. |