Libraries
    Preparing search index...

    Type Alias Enricher

    Enricher: (event: LogEvent) => LogEvent

    An enricher adds or transforms properties on a log event.

    Enrichers are pure functions that return a new event with additional properties — they must not mutate the input event.

    Type Declaration