show security log transport
Syntax
show security log transport <stream-name | all> <logical-system | root-logical-system | tenant>
Description
Displays transport-level statistics for configured security log streams. The output includes per-stream metrics such as protocol type, host IP/port, number of logs delivered, number of logs undelivered (TCP/SSL only), bytes sent, and bytes undelivered. These counters provide detailed visibility into log transport performance across TCP, UDP, and SSL.
Undelivered log counters apply only to TCP and SSL security log streams. UDP security log streams report the Undelivered field as N/A.
Options
| stream-name |
Specify the name of a particular log stream to display detailed transport statistics about that specific stream. |
| all |
Display transport statistics for all configured log streams on the device. |
| logical-system |
Display transport log statistics filtered by logical-system names. |
| root-logical-system |
Display transport log statistics specifically for the root-logical-system, which is the default context in the device unless otherwise specified. |
| tenant |
Display transport log statistics for all configured tenant-system names. |
Required Privilege Level
show
Output Fields
Table 1 lists the
output fields for the show security log transport all command. Output
fields are listed in the approximate order in which they appear.
|
Field Name |
Field Description |
|---|---|
|
|
The name of the configured transport log stream. |
|
|
The IP address of the remote log server that receives logs. |
|
|
The protocol used for transport, such as TCP, UDP, and SSL. |
|
|
The port number on the remote log server for transport. |
|
|
The number of log messages successfully sent to the host. |
|
|
The total number of bytes delivered to the host. |
|
|
The number of log messages that didn't reach the host. |
|
|
The total number of bytes that were not delivered to the host. |
Sample Output
show security log
user@host> show security log transport all stream name stream2 Host IP 4.0.0.3 Transport Proto TCP Host Port 514 Logs Delivered 3 Bytes Sent 937 Logs Undelivered 2 Bytes Undelivered 582 stream name stream5 Host IP 4.0.0.6 Transport Proto UDP Host Port 514 Logs Delivered 3 Bytes Sent 925 Logs Undelivered NA Bytes Undelivered NA stream name stream8 Host IP 5.0.0.1 Transport Proto SSL Host Port 6514 Logs Delivered 3 Bytes Sent 937 Logs Undelivered 0 Bytes Undelivered 0
Release Information
Command introduced in Junos OS Release 25.4R1