SecureAccessLogMessageSchema
Actual log message from tunnel server pod
{
"deviceApp": "string",
"connectionType": "string",
"deviceName": "string",
"flowId": "number",
"sessionId": "number",
"connectionTime": "string",
"deviceIP": "string",
"remoteHostName": "string",
"deviceUid": "string",
"connectionStatus": "string",
"deviceUserName": "string",
"connection": "string",
"remoteConnectionStatus": "string",
"remoteHostIp": "string",
"remoteHostPort": "number",
"serverIP": "string",
"connected": "string",
"available": "string",
"numOfActiveConnections": "number",
"remoteBytesTransfered": "string"
}
Name of the App associated with the connection
Connection Type. (SOCKS TCP/UDP appears as TCP/UDP. NAT TCP/UDP appears as NAT_TCP/NAT_UDP)
Device Name from which logs were generated
FLOW ID for the current session
SESSION ID for the connected device
Connection Time
Device IP Address (WIFI or 4G)
Domain Name of the remote host
Device unique identifier
Connection Status of the device
Username of user using the device
Connection Family. Can be Session/Stream/Datagram
Status of the connection between Tunnel Server and the remote host
IP Address of the remote host
Port of the remote host
Tunnel server`s IP address
Session connection status
Session availability status
Number of active connections to tunnel server
Number of Bytes Transferred Upstream / Number of Bytes Transferred Downstream