lessel - v0.1.0
    Preparing search index...

    Interface ExtractionRule

    interface ExtractionRule {
        default?: string;
        key: string;
        path: string;
    }
    Index
    default?: string

    Optional default if path yields nothing

    key: string

    Target field name in the output payload

    path: string

    JSONPath or dot-path to extract from the raw message