Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Log files
CLI Guide | Forcepoint Appliances | v8.5.x
show log lastline
Display the last n lines of the log file (limit 500).
show log lastline <app|email|proxy|network-agent|web|analytics-engine> --type <audit|system> -- line <integer>
 
Usage guidelines
All products.
The type parameter is only used for appliance log files.
Examples
(view)# show log lastline email --line 3
Related commands
 
show log realtime
Display data as it is appended to the log file.
show log realtime <app|email|proxy|network-agent|web|analytics-engine> [--filter <string>] --type <audit|system> [--timeout <integer>]
 
Usage guidelines
All products.
The type parameter is only used for appliance log files.
Examples
(view)# show log realtime email --timeout 20
Related commands
 
set log archive
Configure how and when log files are archived.
set log archive --type <system|audit|network-agent|email|analytics-engine|api|api_request|uwsgi>
--size <integer|string> --freq <weekly|monthly|yearly>
[--max-files <#>]
 
Usage guidelines
All products.
When a log file reaches the specified maximum size (between 10 MB and 200 MB), or at the specified frequency interval, the file is archived, and a new log file is started.
The type parameter is required, and either the freq or the size parameter is also required.
Examples
(config)# set log archive --type audit --size 30m
Related commands
 
show log archive
Display log file archiving settings.
show log archive --type <system|audit|email|network-agent|api|api_request|uwsgi>
 
Usage guidelines
All products.
Determine whether log files are being archived, and if so, what criteria are used to determine when older log data is archived and a new log file is started.
Examples
(view)# show log archive --type system
Related commands
 

Go to the table of contents Go to the previous page Go to the next page View or print as PDF
Copyright 2020 Forcepoint. All rights reserved.