WafRuleLog

WafRuleLog
WafRuleLog
JSON Example
{
    "matches": [
        {
            "is_internal": false,
            "match_element": "string",
            "match_value": "string",
            "match_value_offset": 0
        }
    ],
    "msg": "string",
    "omitted_match_elements": 0,
    "phase": "string",
    "rule_group": "string",
    "rule_id": 0,
    "rule_name": "string",
    "tags": [
        "string"
    ]
}
matches
Optional

Transaction data that matched the rule. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
msg
Optional

Rule's msg string per ModSec language. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
omitted_match_elements
Optional

The count of omitted match element logs in the current rule. Field introduced in 22.1.1. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
phase
Optional

Phase in which transaction matched the Rule - for instance, Request Header Phase. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
rule_group
Optional

Rule Group for the matching rule. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint64 As uint64
rule_id
Optional

ID of the matching rule per ModSec language. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
rule_name
Optional

Name of the rule. Field introduced in 17.2.3. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

array of string
tags
Optional

Rule's tags per ModSec language. Field introduced in 17.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

Property Of