stateCount() function

    *Function type: Transformation
    **
    Output data type:* Integer

    Make sure parameter names match each specified parameter. To learn why, see Match parameter names.

    *Data type: Function*

    column

    *Data type: String*

    Examples

    1. from("monitor/autogen")
    2. |> stateCount(
    3. fn: (r) => r.http_response_code == "500",

    Related articles