Listing Firewall Events..

I am listing Cloudflare firewall events.
However, instead of writing which rule is in the source section, it says firewallCustom.
How can i fix this...
My code: https://discord.com/channels/595317990191398933/1114130327351332964
Source eq: Http 1.0 Block Rule...
{
    "events": [
        {
            "action": "skip",
            "clientAsn": "8075",
            "clientCountryName": "US",
            "clientIP": "52.167.144.131",
            "clientRequestPath": "/robots.txt",
            "clientRequestQuery": "",
            "datetime": "2023-06-02T19:40:40Z",
            "source": "firewallCustom",
            "userAgent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36"
        }
    ]
}
Was this page helpful?