Class ObservabilityPipelineOcsfMappingCustomFieldMapping

Defines a single field mapping rule for transforming a source field to an OCSF destination field.

Hierarchy

  • ObservabilityPipelineOcsfMappingCustomFieldMapping

Constructors

Properties

_default?: any

The default value to use if the source field is missing or empty.

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
dest: string

The destination OCSF field path.

Lookup table configuration for mapping source values to destination values.

source?: any

The source field path from the log event.

sources?: any

Multiple source field paths for combined mapping.

value?: any

A static value to use for the destination field.

Generated using TypeDoc