Metrics Engine Documentation Index
Configuration Reference Home

Log Field Mapping

Note: this component is designated "advanced", which means that objects of this type are not expected to be created or altered in most environments. If you believe that such a change is necessary, you may want to contact UnboundID support in order to understand the potential impact of that change.

Note: this is an abstract component that cannot be instantiated.

Log Field Mappings are used to identify external servers and to provide a mechanism to connect to them.

Direct Subcomponents
Properties
dsconfig Usage

Direct Subcomponents

The following Log Field Mappings are available in the server :

These Log Field Mappings inherit from the properties described below.

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ description  None

Basic Properties

description

Description
A description for this Log Field Mapping
Default Value
None
Allowed Values
A string
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To list the configured Log Field Mappings:

dsconfig list-log-field-mappings
     [--property {propertyName}] ...

To view the configuration for an existing Log Field Mapping:

dsconfig get-log-field-mapping-prop
     --mapping-name {name}
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the configuration for an existing Log Field Mapping:

dsconfig set-log-field-mapping-prop
     --mapping-name {name}
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...

To delete an existing Log Field Mapping:

dsconfig delete-log-field-mapping
     --mapping-name {name}