Class ReferenceTableLogsLookupProcessor

Note: Reference Tables are in public beta. Use the Lookup Processor to define a mapping between a log attribute and a human readable value saved in a Reference Table. For example, you can use the Lookup Processor to map an internal service ID into a human readable service name. Alternatively, you could also use it to check if the MAC address that just attempted to connect to the production environment belongs to your list of stolen machines.

Hierarchy

  • ReferenceTableLogsLookupProcessor

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
isEnabled?: boolean

Whether or not the processor is enabled.

lookupEnrichmentTable: string

Name of the Reference Table for the source attribute and their associated target attribute values.

name?: string

Name of the processor.

source: string

Source attribute used to perform the lookup.

target: string

Name of the attribute that contains the corresponding value in the mapping list.

Type of logs lookup processor.

Generated using TypeDoc