Operation Log Settings

You can specify whether or not to output records of the Operation Log (Command Execution Log and File Access Log) and you can configure the storage method of the Operation Log records.

Explanation of Each Field

Command Execution Log, File Access Log

You can specify whether or not to use the Operation Log Output function.

- Output: Output the Command Execution Log records and the File Access Log records.
- Do Not Output: Do not output the Command Execution Log records and the File Access Log records.

The default value is 'Do Not Output.'

This function mainly outputs log records of the following user operation information:

  • Login, Logout
  • User management (operations such as creation of users or groups, configuration of users or groups, deletion of users or groups, and configuration of mapping settings)
  • Modification of the Environment Settings

The Command Execution Log includes log records of the operations that are carried out by the user. The file name is 'CommandOperation.csv.'

The File Access Log includes log records regarding modification and deletion of the settings files. The file name is 'FileOperation.csv.'

For details on the Operation Log, refer to HULFT-HUB Manual.

For details on the contents that appear on the Operation Log screen of HULFT-HUB Manager, refer to Viewing of Operation Log.

Storage of Operation Logs

Select the storage preference from the options below.

Set Period

If you select the Set Period radio button, you can configure the storage period. The log records that have exceeded the period will be deleted in order. Generation files will not be created.

Set the value and the unit for the Period.

The value can be from '1' to '9999.' The available units are 'days,' 'months,' and 'years.'

The default value is '10 days.'

File Size

If you select the File Size radio button, you can set the maximum size of the Operation Log file, as well as the Generation File Count. When the Operation Log file reaches the maximum size, HULFT-HUB Manager creates a backup of that file and creates a new file. If the number of backup files exceeds the Generation File Count, the oldest file is deleted.

Set the Size in the range from '1' to '9999' in MB. The default value is '9999.'

Set the Generation File Count in the range from '2' to '9999.' The default value is '9999.'

 

Example: This example explains how the Command Execution Log operates when the Generation File Count is set to '3.' (The operation of the File Access Log is the same.)

  1. 'CommandOperation.csv' is created.
  2. If the size of 'CommandOperation.csv' exceeds the specified size, it is renamed 'CommandOperation_bk_0001.csv.'

    A new 'CommandOperation.csv' is created, and the log records are output to this file.

  3. If the size of 'CommandOperation.csv' exceeds the specified size again, 'CommandOperation.csv' is renamed 'CommandOperation_bk_0002.csv.'

    Another 'CommandOperation.csv' is created, and the log records are output to this file.

  4. If the size of 'CommandOperation.csv' exceeds the specified size again, 'CommandOperation.csv' is renamed 'CommandOperation_bk_0003.csv.'

    A new 'CommandOperation.csv' is created, and the log records are output to this file.

  5. If the size of 'CommandOperation.csv' exceeds the specified size again, the original 'CommandOperation_bk_0001.csv' is deleted, and 'CommandOperation.csv' is renamed 'CommandOperation_bk_0001.csv.'

    A new 'CommandOperation.csv' is created, and the log records are output to this file.

  6. If the size of 'CommandOperation.csv' exceeds the specified size again, the original 'CommandOperation_bk_0002.csv' is deleted, and 'CommandOperation.csv' is renamed 'CommandOperation_bk_0002.csv.'

    A new 'CommandOperation.csv' is created, and the log records are output to this file.

  7. If the size of 'CommandOperation.csv' exceeds the specified size again, the original 'CommandOperation_bk_0003.csv' is deleted, and 'CommandOperation.csv' is renamed 'CommandOperation_bk_0003.csv.'

    A new 'CommandOperation.csv' is created, and the log records are output to this file.

  8. The operations in steps 5 through 7 are repeated.

No Limit

If you select the No Limit radio button, log records continue to be output to the Command Execution Log file (huboplcmd.csv) and the File Access Log file (huboplfile.csv) that were created at the beginning, regardless of the period or the size.

User-specified Character

When the user collects HULFT Operation Log records from different HULFT environments, this information is necessary for determining which Operation Log record was output from which environment.

Operation Log User ID Output Format

If you select 'Down Level Log-on Name,' the user ID that is output to the Operation Log records is in the format of 'NetBIOS Domain Name\User Name.'

If you select 'User Principal Name (UPN),' the user ID that is output to the Operation Log records is in the format of 'User Name@DNS Domain Name.'