Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Overview

This page describes the parameters used in the Unified Agent's configuration.

...

The drill-down hierarchy is limited to a maximum of seven and can be modified in the configuration file.
By default, the drill-down hierarchy level is zero - no drill-down.

For a list of supported archive file types, refer here.

Configuration File Parameter

Description and Expected Behavior

If True

If False

Default

Command Line Parameter Available?

#archiveExtractionDepth 

The number of levels to extract from archive files (up to 10)

N/A

N/A

0 (no scan will occur)

No

#archiveIncludes=**/*.war **/*.ear 

Comma, space or line-delimited list specifying which archive files to include during the scan

N/A

N/A

The default value is ""

No

#archiveExcludes=**/*sources.jar 

Comma, space or line-delimited list specifying which archive files to exclude during the scan

N/A

N/A

The default value is ""

No

...