Secure Private Access (ZPA)
About App Connector Status Log Fields
The Log Streaming Service can send ZPA App Connector Status log information to any third-party log analytics tool. By default, theApp Connector Status log type includes the fields listed in the following table for each log template (i.e., CSV, JSON, TSV). While configuring your log receiver, you can edit the default log stream content to capture only specific fields, and create a Custom log template. For example, you can add the ConnectionLogType
field as a custom log field to distinguish between AppProtection and event logs. The expected values for this field are event_log
and inspection_log
. The supported log field format specification must be included (i.e., %[OPT]s, %[OPT]j, %[OPT]J, %[OPT]d, %[OPT]x, %[OPT]f, %[OPT]o).
- View an example App Connector Status log
{"LogTimestamp": "Wed Jul 3 05:17:22 2019","Customer": "Safe March","SessionID": "8A64Qwj9zCkfYDGJVoUZ","SessionType": "ZPN_ASSISTANT_BROKER_CONTROL","SessionStatus": "ZPN_STATUS_AUTHENTICATED","Version": "19.20.3","Platform": "el7","ZEN": "US-NY-8179","Connector": "Seattle App Connector 1","ConnectorGroup": "Azure App Connectors","PrivateIP": "10.0.0.4","PublicIP": "52.224.237.221","Latitude": 47.000000,"Longitude": -122.000000,"CountryCode": "","TimestampAuthentication": "2019-06-27T05:05:23.348Z","TimestampUnAuthentication": "","CPUUtilization": 1,"MemUtilization": 20,"ServiceCount": 2,"InterfaceDefRoute": "eth0","DefRouteGW": "10.0.0.1","PrimaryDNSResolver": "168.63.129.16","HostStartTime": "1513229995","ConnectorStartTime": "1555920005","NumOfInterfaces": 2,"BytesRxInterface": 319831966346,"PacketsRxInterface": 1617569938,"ErrorsRxInterface": 0,"DiscardsRxInterface": 0,"BytesTxInterface": 192958782635,"PacketsTxInterface": 1797471190,"ErrorsTxInterface": 0,"DiscardsTxInterface": 0,"TotalBytesRx": 10902554,"TotalBytesTx": 48931771, "MicroTenantID": "145257480799129312"}
Close
The following table includes descriptions and supported field format specifications for each field within the template. To learn more about the format specifications listed for each field, including examples, see Log Field Format Specifications.
Field | Description | Supported Field Format Specifications |
---|---|---|
LogTimestamp | Timestamp when the log was generated |
|
Customer | The customer name |
|
SessionID | The TLS session ID |
|
SessionType | The type of session. The expected value for this field is: ZPN_ASSISTANT_BROKER_CONTROL: Session from App Connector towards closest ZPA Public Service Edge for management |
|
SessionStatus | The status of the session. The expected values for this field are:
|
|
Version | The App Connector package version |
|
Platform | The host platform |
|
ZEN | The ZPA Public Service Edge that was selected for the connection |
|
Connector | The App Connector name |
|
ConnectorGroup | The App Connector group name |
|
PrivateIP | The private IP address of the App Connector |
|
PublicIP | The public IP address of the App Connector |
|
Latitude | The latitude coordinate of the App Connector location |
|
Longitude | The longitude coordinate of the App Connector location |
|
CountryCode | The country code |
|
TimestampAuthentication | Timestamp in microseconds when the App Connector was authenticated |
|
TimestampUnAuthentication | Timestamp in microseconds when the App Connector was unauthenticated |
|
CPUUtilization | The CPU utilization in % |
|
MemUtilization | The memory utilization in % |
|
ServiceCount | The number of services (combinations of domains/IP addresses and TCP/UDP ports) being monitored by the App Connector |
|
InterfaceDefRoute | The name of the interface to default route |
|
DefRouteGW | The IP address of the gateway to default route |
|
PrimaryDNSResolver | The IP address of the primary DNS resolver |
|
HostStartTime | Time in seconds at which host was started |
|
ConnectorStartTime | Time in seconds at which the App Connector was started |
|
NumOfInterfaces | The number of interfaces on the App Connector host |
|
BytesRxInterface | The bytes received on the interface |
|
PacketsRxInterface | The packets received on the interface |
|
ErrorsRxInterface | The errors received on the interface |
|
DiscardsRxInterface | The discards received on the interface |
|
BytesTxInterface | The bytes transmitted on the interface |
|
PacketsTxInterface | The packets transmitted on the interface |
|
ErrorsTxInterface | The errors transmitted on the interface |
|
DiscardsTxInterface | The discards transmitted on the interface |
|
TotalBytesRx | The total bytes received |
|
TotalBytesTx | The total bytes transmitted |
|
MicroTenantID | The Microtenant ID of the App Connector |
|