Header menu logo FsCDK

FilterPatterns Module

Helper module for common filter patterns

Functions and values

Function or value Description

allEvents ()

Full Usage: allEvents ()

Parameters:
    () : unit

Returns: IFilterPattern

Match all log events

() : unit
Returns: IFilterPattern

errorLogs ()

Full Usage: errorLogs ()

Parameters:
    () : unit

Returns: IFilterPattern

Match log events by severity level

() : unit
Returns: IFilterPattern

http4xxErrors ()

Full Usage: http4xxErrors ()

Parameters:
    () : unit

Returns: IFilterPattern

Match HTTP 4xx errors

() : unit
Returns: IFilterPattern

http5xxErrors ()

Full Usage: http5xxErrors ()

Parameters:
    () : unit

Returns: IFilterPattern

Match HTTP 5xx errors

() : unit
Returns: IFilterPattern

infoLogs ()

Full Usage: infoLogs ()

Parameters:
    () : unit

Returns: IFilterPattern
() : unit
Returns: IFilterPattern

matchJson jsonPattern

Full Usage: matchJson jsonPattern

Parameters:
    jsonPattern : string

Returns: SpaceDelimitedTextPattern

Match JSON log events with specific field values

jsonPattern : string
Returns: SpaceDelimitedTextPattern

matchText text

Full Usage: matchText text

Parameters:
    text : string

Returns: IFilterPattern

Match log events containing specific text

text : string
Returns: IFilterPattern

warningLogs ()

Full Usage: warningLogs ()

Parameters:
    () : unit

Returns: IFilterPattern
() : unit
Returns: IFilterPattern

Type something to start searching.