Introduction
SmartLog reads and indexes logs generated by Check Point and OPSEC products. You can use this data to:
- Detect and monitor security-related events. For example: alerts, rejected connections, and failed authentication attempts can indicate intrusion attempts.
- Collect data on problematic issues. For example: a client is authorized to create a connection, but cannot connect. SmartLog shows that the Rule Base incorrectly blocks the client connection attempts.
- Analyze network traffic patterns. For example: find out how many HTTP services were used during peak activity.
What sets SmartLog apart from other log utilities is its power, ease of use, and speed. The SmartLog Index Server gets log files from many log servers and indexes them for rapid data extraction. SmartLog includes a powerful query language that lets you create your own queries in minutes.
SmartLog is part of the R76 SmartConsole installation.
Activating the SmartLog Index Server
The SmartLog Index Server contains a central index to log entries and all SmartLog enabled management and log servers.
You must enable SmartLog for all Security Management Servers and log servers that are to be used with SmartLog.
To enable SmartLog Index Server:
- In SmartDashboard, open the applicable Security Management Server or log server.
- Select .
- Select the option.
- Select the icon > > .
Activating SmartLog on Multi-Domain Security Management
SmartLog in a Multi-Domain Security Management environment works on the Multi-Domain Server. This server is used to query results from the Domain Management Servers and Multi-Domain Log Servers.
SmartLog on the Multi-Domain Server is active by default. Each Domain Management Server and Multi-Domain Log Server can be activated separately.
To activate SmartLog on the Multi-Domain Security Management:
- Open the SmartDomain Manager > .
- Right-click the Domain Management Server and select > .
- In the properties of the Domain Management Server object > , select .
Do this also for the Multi-Domain Log Servers objects.
- Click and then .
- In the SmartDomain Manager > , double-click the Multi-Domain Server object.
- Select .
- Click .
- Start the SmartLog console.
SmartLog can be used to access the Domain Management Servers or Multi-Domain Log Servers directly, or through the Multi-Domain Server.
When you connect through the Multi-Domain Server, on the left pane, SmartLog shows the Domain Management Servers and Multi-Domain Log Servers that you can select as query targets. The results are a collection of logs from the selected Domain Management Servers and Multi-Domain Log Servers (that match the query).
SmartLog User Interface
Item
|
Description
|
1
|
- Shows list of predefined queries. Select a query in this list to run it.
|
2
|
- Scroll backward and forward between recent queries.
|
3
|
- Lets you select the grid or table view for the Log pane. You can also show IP addresses and ports as numbers or their resolved names.
|
4
|
- Shows the query definition for the most recent query. You also define custom queries in this field using the GUI tools or manually entering query criteria.
|
5
|
- Shows the top results of the most recent query.
|
6
|
- Shows the log entries for the most recent query.
|
7
|
- Shows the detailed contents of the most recently selected log record.
|
8
|
- Shows a chart of the current query results over time.
|
Toolbar:
|
- Opens the menu.
|
|
view - Detailed tabular view. You can select the fields to show and change the order and width of the columns.
|
|
view - Summary view that shows basic information. This view is suitable for small windows, but cannot be customized.
|
|
- Resolves IP addresses and services to their names, if possible.
|
|
- Open SmartConsoles.
|
Working with More than One Log Server
You can include log records from more than one log server in your SmartLog queries. The only restriction is that the log servers must all be managed by the same Security Management Server or Multi-Domain Server. When enabled, SmartLog automatically indexes logs on all applicable log servers. The Top Results pane is not available when working with more than one log server.
To see logs from more than one log server:
- Select > .
- In the n window, select .
- Click .
- On the pane, select the log servers to include in your queries. By default, all servers are selected.
If you have many log servers with large log files, it may take a long time to index the servers. Please be patient. The Top Results pane does not show.
To see logs from only the connected log server:
- Select > .
- In the n window, select .
- Click .
The Top Results pane shows in the user interface.
Minimum Disk Space
SmartLog creates and uses index files for fast access to log file contents. The index files are located by default at $SMARTLOGDIR/data .
To make sure that there is always sufficient disk space on the server, SmartLog deletes the oldest index entries when the available disk space is less than a specified minimum. The default minimum value is 10,240 MB.
To change the minimum available disk space value:
- On the SmartLog index server command line, go to
$SMARTLOGDIR . - Open
smartlog_settings.txt in a text editor. - Add this line to the section:
:min_disk_space (space) , where space = the minimum available disk space in MB.
The default value is 10240 MB, which is in effect when there is no :min_disk_space line in the smartlog_settings.txt file. A smaller number will let the index file contain more entries before it automatically deletes the oldest records.
|