JSON_REQUEST_MISSING

Description

Triggered when an HTTP (or HTTP/2) request has no body or does not contain JSON content.

Examples

when JSON_REQUEST_MISSING {
    log local0. "No JSON content in message body"
}