Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterMandatory/OptionalDescriptionValues
 condenseLogsTree  OptionalA "true" value indicates that folders containing only one subfolder and without logs, will be omitted from the Folders and Logs   tree. Boolean
 directoriesToHide OptionalA 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  OptionalUnite logs with different suffixes into one log type (advanced)  
 numberOfThreads OptionalThe number of threads to be used as part of the scanning operation Integer
 removeEmptyNodes OptionalIn case there are no matching files under one of the Folders and Logs members, remove it from the Folders and Logs tree. Boolean
 subdirsScanLevel   OptionalThe number of subdirectories to scan from the given directory. Default is unlimited; any number can be specified. Integer or "Unlimited"
 scanMethod  Optional0 = 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 Optional0 = 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 OptionalComma separated list of the files to capture during a scan; for example: *.txt, *.log 
 filesToExclude OptionalComma separated list of the files that will be skipped during a scan; for example: *.txt, *.log 
 directoriesToExclude OptionalComma separated list of the directories that will be skipped during a scan; for example: DIR_NAME, *NAME* 
 directoriesToInclude OptionalComma separated list of the only directories that will be included during a scan; for example: DIR_NAME, *NAME* 
 fileSuffixesToIgnore  OptionalRegular 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 OptionalTrue – Online logs that are added under Folders and Logs will be analyzed by Analytics.
False – Disable Analytics.
 
 addCollectors* OptionalTrue – 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*  OptionalTrue – 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* OptionalComma separated list of application name(s) that the collected logs will be tagged to once created;
relevant only when addCollectors="true".
 
 assignedCollectionPolicy OptionalThe 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

...