File discovery and classification GIM parameters
These GIM parameters configure file discovery and classification for each collector.
Configure file discovery and classification per collector. These parameters can be configured during installation, or later using GIM () or using the GuardAPI command gim_update_client_params. You can only update one collector at a time when using the GuardAPI.
| GIM Parameter | client.ini | Default | Description | GUI |
|---|---|---|---|---|
| FAM_CLASSIFICATION_LANGUAGES | English | Set to GenericLanguage for automatic language detection.
For Linux, ensure that your Linux server has the required language support that is installed. For example, to support Chinese document classification, Chinese support should be installed on Linux. |
X | |
| FAM_DEBUG | logger.debugLevel | 0 | Logs on the file server are collected and sent to the Guardium
appliance.
|
X |
| FAM_ENABLED | 1 | Enables FAM discovery. UNIX®
only. 0 = FAM Discovery agent is disabled. The S-TAP parameter fam_enable must be enabled for the discovery agent to function. |
X | |
| FAM_ICM_CLASS_DECISION_PLANS | Enable the decision plans by including their plan names and classification
entities. Format:
If
the curly braces are empty or missing for some Decision Plans, all classification entities are
presented in the classification results in FAM report /Investigation Dashboard. Examples with empty
or missing curly braces: |
X | ||
| FAM_ICM_CLASS_THREAD_COUNT | 5 | Number of threads for the classifier to use. The default is 5 and is the recommended value. | X | |
| FAM_ICM_URL | http://localhost:18087 | The URL of the IBM Content Classification Server. | X | |
| FAM_INSTALLED | 0 | If you want to enable FAM, set the S-TAP parameter fam_installed to 1 while installing and upgrading STAP. | ||
| FAM_INSTALLER | The path to the installer package. Windows only. | |||
| FAM_INSTALL_DIR | The location in which the File Activity Monitoring software is installed. Windows only. | |||
| FAM_IS_DEEP_ANALYSIS | classifier.isDeepAnalysis | Controls
classification False=classification is disabled. Basic scan of metadata and access permission only. |
X | |
| FAM_SCAN_EXCLUDE_DIRECTORIES | scan.exclude.directories | NULL | Directories to exclude from discovery and classification.
|
X |
| FAM_SCAN_EXCLUDE_REMOTE_DIRECTORIES | scan.exclude.remoteDirectorie | true | Remote directories to exclude from discovery and classification.
true: do not scan remote directories. |
X |
| FAM_SCAN_EXCLUDE_EXTENSIONS | scan.exclude.extensions | NULL | Excludes the specified file extension(s) or documents without extensions from
the FAM scan. Relevant for both Windows and Linux.
|
X |
| FAM_SCAN_EXCLUDE_FILES | scan.exclude.files | NULL | Files to exclude from discovery and classification.
Format: valid filename in full path format. |
X |
| FAM_SCAN_MAX_DEPTH | scan.maxDepth | Limit the depth for the scan relative to the specified starting directories (FAM_SOURCE_DIRECTORIES). | X | |
| FAM_SCHEDULER_HOUR_TIME_INTERVAL | scheduler.timeInterval.hour | 12 | Frequency, in hours, at which the discovery and classification scan is
run. Format: integer |
X |
| FAM_SCHEDULER_MINUTE_TIME_INTERVAL | scheduler.timeInterval.minute |
Along with the hour interval, this is the time interval between scans. For example, if you want scans to occur 12 hours and 30 minutes apart, specify 12 for FAM_SCHEDULER_HOUR_TIME_INTERVAL and 30 for FAM_SCHEDULER_MINUTE_TIME_INTERVAL. |
X | |
| FAM_SCHEDULER_REPEAT | scheduler.repeat |
True = Repeat the discovery process at the specified time interval. |
X | |
| FAM_SCHEDULER_START_TIME | scheduler.startTime | NULL | Time of initial activation of the discovery and classification processes. Format: MM-DD-YYYY HH:mm |
X |
| FAM_SERVER_PORT | serverSettings.port | 16022 | The Guardium collector port, 16022. | X |
| FAM_SOURCE_DIRECTORIES | sourceDirectories.paths | NULL | The directory or directories to start scanning from.
Wild cards are not supported. Example: /home/test. |
X |