System log
A system log (syslog) is a system monitoring feature that
-
provides system log information for the appliance
-
displays each message generated by the system, and
-
records system status messages and user interactions with the web interface.
System audit capabilities
You can audit activity on your system in two ways. The appliances that are part of the system generate an audit record for each user interaction with the web interface, and also record system status messages in the system log.
The system log displays each message with these items listed in order:
-
the date that the message was generated
-
the time that the message was generated
-
the host that generated the message
-
the message itself
View the system log
View system log information that is local to your system to monitor and troubleshoot system events and activities.
System log information is local. For example, you cannot use the Firewall Management Center to view system status messages in the system logs on your managed devices.
You can filter messages using most syntax accepted by the UNIX file search utility Grep. This includes using Grep-compatible regular expressions for pattern matching.
Before you begin
You must be an Admin or Maintenance user and be in the Global domain to view system statistics.
Follow these steps to view the system log:
Procedure
|
Step 1 |
Choose . |
|
Step 2 |
To search for specific message content in the system log: |
Syntax for system log filters
This table shows the regular expression syntax you can use in System Log filters.
|
Syntax Component |
Description |
Example |
|---|---|---|
|
|
Matches any character or white space |
|
|
|
Matches any alphabetic character |
|
|
|
Matches any uppercase alphabetic character |
|
|
|
Matches any lowercase alphabetic character |
|
|
|
Matches any numeric character |
|
|
|
Matches any alphanumeric character |
|
|
|
Matches any white space, including tabs |
|
|
|
Matches zero or more instances of the character or expression it follows |
|
|
|
Matches zero or one instances |
|
|
\ |
Allows you to search for a character typically interpreted as regular expression syntax |
|




Feedback