Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

show security log report summary

date_range 09-Dec-23

Syntax

content_copy zoom_out_map
show security log report summary {all | atp | dns | idp | ipsec-vpn | screen | session | threat | utm}

Description

This command allows you to generate the summary of the events. In this way, you can fine-tune the report to your needs, and displays only the data that you want to use.

Options

all

Display summary of all audit event logs stored in the device memory.

atp

Display summary of all ATP event logs.

dns

Display summary of all DNS event logs.

idp

Display summary of all IDP event logs.

ipsec-vpn

Display summary of all IPsec-VPN event logs.

screen

Display summary of all sceen event logs.

session

Display summary of all session logs.

threat

Display summary of all threat related logs.

Content Security

Display summary of all Content Security event logs.

Required Privilege Level

view

Sample Output

show security log report summary

content_copy zoom_out_map
user@host> show security log report summary all
total-count: 33
content_copy zoom_out_map
user@host> show security log report summary session all
total-count: 4

show security log report summary dns

content_copy zoom_out_map
user@host> show security log report summary dns
total-count: 1

show security log report summary threat

content_copy zoom_out_map
user@host> show security log report summary threat
total-count: 1
KNOWN        UNKNOWN
--------------------
1          0        
Application    IDP        SCREEN      antispam  antivirus webfilter cntfilter sky       infecth   C&C       dns         Source-IP   Destination-IP
-------------------------------------------------------------------------------------------------------------------------------------------------
0              0          0           0         0         0         0         0         0         0         1           0           0

show security log report summary all expression

content_copy zoom_out_map
user@host> show security log report summary all expression (source-address= <source-address/mask> && (session-id=<session-id> || session-id=<session-id>))
total-count: 32

Release Information

Command introduced in Junos OS Release 23.1R1 .

footer-navigation