How to modify or view non-"public" (i.e., not visible in UI) log archive index settings. (NETIQKB70381)

  • 7770381
  • 07-Jun-2007
  • 31-Dec-2007

Environment

Security Manager 6.0

Log archive server 6.0

Situation

How to modify or view non-"public" (i.e., not visible in UI) log archive index settings. This applies specifically to indexing settings, but may include others, as well.

Resolution

To modify settings, user will need to manually modify the LogArchiveConfiguration.config file, located in Documents and Settings > All Users > Application Data > NetIQ > Security Manager:

<Property name="MaxBytesPerBlock" value="1000000" />
<Property name="MaxBlocksPerStream" value="400" />
<Property name="IndexJobCount" value="default" />
<Property name="MaxIndexMemory" value="1024" />
<Property name="AutoCommitIntervalMB" value="512" />
<Property name="FieldDelimiterCharacter" value="|" />
<Property name="MinAutoCommitIntervalMinutes" value="10" />
<Property name="MaxAutoCommitIntervalMinutes" value="20" />
<Property name="QueryTimeoutInMinutes" value="1440" />
<Property name="MaxRecordsToChunk" value="1000" />
<Property name="MaxRecordsPerQuery" value="100000" />
<Property name="ScanIntervalInMinutes" value="60" />
<Property name="DeletedEntryTimeoutInMinutes" value="60" />
<Property name="GroomUnarchivedData" value="true" />
<Property name="GroomIntervalInMinutes" value="120" />
<Property name="CubeExportFolderPath" value="default" />

Note: Restart the Security manager log archive service for the changes to taked effect.

 

 

 

Additional Information

Formerly known as NETIQKB70381

Modifying indexing settings may adversely impact the indexing process and could require a complete reindexing.  See the .config file comments for more details.