...
Parameter | Mandatory/Optional | Description | Values |
---|---|---|---|
condenseLogsTree | Optional | A "true" value indicates that folders containing only one subfolder and without logs, will be omitted from the Folders and Logs tree. | Boolean |
directoriesToHide | Optional | A comma separated list of name expressions of folders that will not be added to the Folders and Logs tree;their subfolders/logs will be added. | |
fileSuffixesToIgnore | Optional | Unite logs with different suffixes into one log type (advanced) | |
numberOfThreads | Optional | The number of threads to be used as part of the scanning operation | Integer |
removeEmptyNodes | Optional | In case there are no matching files under one of the Folders and Logs members, remove it from the Folders and Logs tree. | Boolean |
subdirsScanLevel | Optional | The number of subdirectories to scan from the given directory. Default is unlimited; any number can be specified. | Integer or "Unlimited" |
scanMethod | Optional | 0 = Use existing configuration (file names and content) and automatic matching. 1 = Use existing configuration (file names and content). 2 = Use existing configuration (file names only). | 0, 1, or 2 |
namePatternLogic | Optional | 0 = Capture each file separately (without name pattern). 1 = Unite files with a similar names (apply name pattern automatically). 2 = Unite files with a similar suffix (apply name pattern only at the end of the file name). | 0, 1, or 2 |
filesToInclude | Optional | Comma separated list of the files to capture during a scan; for example: *.txt, *.log | |
filesToExclude | Optional | Comma separated list of the files that will be skipped during a scan; for example: *.txt, *.log | |
directoriesToExclude | Optional | Comma separated list of the directories that will be skipped during a scan; for example: DIR_NAME, *NAME* | |
directoriesToInclude | Optional | Comma separated list of the only directories that will be included during a scan; for example: DIR_NAME, *NAME* | |
fileSuffixesToIgnore | Optional | Regular expression used to ignore part of the files names to define a name pattern | String |
enableLogsIndex | Optional | True – Online logs that are added under Folders and Logs will be indexed. False – Disable indexing. | Boolean |
enableLogsAnalytics | Optional | True – Online logs that are added under Folders and Logs will be analyzed by Analytics. False – Disable Analytics. | |
addCollectors* | Optional | True – All the logs that are added by the scanner task will be collected; default policy will be applied, unless a specific policy is specified. False – Disables logs collection. | Boolean enableCollectedLogsAnalytics |
enableCollectedLogsAnalytics* | Optional | True – enables Analytics analysis on collected logs. Online logs state will be taken from the collection policy; relevant only when addCollectors="true". False – Disables Analytics analysis on collected log. | Boolean |
enableCollectedLogsIndex* | Optional | True – enables indexing of collected logs. The online logs state will be taken from the collection policy; relevant only when addCollectors="true". False – Disables indexing of collected logs. | Boolean |
onlineLogsApplication | Comma separated list of application name(s) that the online logs will be tagged to once created | ||
collectedLogsApplication* | Optional | Comma separated list of application name(s) that the collected logs will be tagged to once created; relevant only when addCollectors="true". | |
assignedCollectionPolicy | Optional | The policy name of the collection policy that will be applied on the collected logs once created; relevant only when addCollectors="true"If the parameter does not exist - the default policy will be automatically applied. |
Example
<ScanConfiguration condenseLogsTree="false" directoriesToHidedirectoriesToInclude="log,home" fileSuffixesToIgnorenumberOfThreads="_lara_\d+3" numberOfThreadsassignedCollectionPolicy="3live" removeEmptyNodesfilesToInclude="true*.log">
ScanFileFilter Parameters
...