Experience Center
About Private Service Edge Status Log Fields
The Log Streaming Service can send Private Service Edge log information for Private Applications to any third-party log analytics tool. By default, the Private Service Edge 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.
- View an example Private Service Edge Status log
{"LogTimestamp": "Wed Dec 1 10:38:41 2021","Customer": "ayyappats","SessionID": "W9zkTJ90MQjP/1wmYZo/","SessionType": "ZPN_TUNNEL_CONTROL","SessionStatus": "ZPN_STATUS_AUTHENTICATED","Version": "21.268.1-341-g71d6f30-asan","PackageVersion": "","Platform": "el7","ZEN": "zdx3","ServiceEdge": "PB1-1637740498039","ServiceEdgeGroup": "PB1","PrivateIP": "10.66.96.147","PublicIP": "199.168.150.161","Latitude": 0.000000,"Longitude": 0.000000,"CountryCode": "","TimestampAuthentication": "2021-12-01T10:34:42.067Z","TimestampUnAuthentication": "","CPUUtilization": 0,"MemUtilization": 3,"InterfaceDefRoute": "","DefRouteGW": "10.66.96.254","PrimaryDNSResolver": "10.66.98.1","HostStartTime": "1916930","ServiceEdgeStartTime": "1638354879","NumOfInterfaces": 2,"BytesRxInterface": 15435341381,"PacketsRxInterface": 144152768,"ErrorsRxInterface": 0,"DiscardsRxInterface": 2058,"BytesTxInterface": 22304497040,"PacketsTxInterface": 149703945,"ErrorsTxInterface": 0,"DiscardsTxInterface": 0,"TotalBytesRx": 5257,"TotalBytesTx": 7543, "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_TUNNEL_CONTROL: Session from the Private Service Edge for Private Applications towards the closest Public Service Edge for Private Applications for management |
|
SessionStatus | The status of the session. The expected values for this field are:
|
|
PackageVersion | The Private Service Edge for Private Applications package version |
|
Platform | The host platform |
|
ZEN | The Public Service Edge for Private Applications that was selected for the connection |
|
ServiceEdge | The Service Edge for Private Applications name |
|
ServiceEdgeGroup | The Service Edge group name for Private Applications |
|
PrivateIP | The private IP address of the Private Service Edge for Private Applications |
|
Latitude | The latitude coordinate of the Private Service Edge location for Private Applications |
|
Longitude | The longitude coordinate of the Private Service Edge location for Private Applications |
|
CountryCode | The country code |
|
TimestampAuthentication | Timestamp in microseconds when the Private Service Edge for Private Applications was authenticated |
|
TimestampUnAuthnetication | Timestamp in microseconds when the Private Service Edge for Private Applications was unauthenticated |
|
CPUUtilization | The CPU utilization in % |
|
MemUtilization | The memory utilization in % |
|
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 |
|
ServiceEdgeStartTime | Time in seconds at which the Private Service Edge for Private Applications was started |
|
NumOfInterfaces | The number of interfaces on the Private Service Edge for Private Applications 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 |
|
DiscardsTxInterface | The discards transmitted on the interface |
|
ErrorsTxInterface | The errors transmitted on the interface |
|
TotalBytesRx | The total bytes received |
|
TotalBytesTx | The total bytes transmitted |
|
MicroTenantID | The Microtenant ID of the Private Service Edge for Private Applications |
|