An attribute remapper sub-processor for use inside an array-map processor. Unlike the top-level attribute remapper, is_enabled, source_type, and target_type are not supported.

Hierarchy

  • LogsArrayMapAttributeRemapper

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
name?: string

Name of the sub-processor.

overrideOnConflict?: boolean

Override the target element if already set.

preserveSource?: boolean

Remove or preserve the remapped source element.

sources: string[]

Array of source attribute paths.

target: string

Target attribute path.

targetFormat?: TargetFormatType

If the target_type of the remapper is attribute, try to cast the value to a new specific type. If the cast is not possible, the original type is kept. string, integer, or double are the possible types. If the target_type is tag, this parameter may not be specified.

Type of logs attribute remapper.

Generated using TypeDoc