Class ObservabilityPipelineOcsfMapperProcessorMapping

Defines how specific events are transformed to OCSF using a mapping configuration.

Hierarchy

  • ObservabilityPipelineOcsfMapperProcessorMapping

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

A Datadog search query used to select the logs that this mapping should apply to.

Defines a single mapping rule for transforming logs into the OCSF schema.

Generated using TypeDoc