ltm rule event CATEGORY MATCHEDΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

CATEGORY_MATCHED
       Triggered when a custom category match (or prefix match) is found.

DESCRIPTION
       This is triggered when a category match is found during URL filtering. This allows an admin some control over
       what to do when a category match happens. For example, if a match is in a custom category, it can be logged as
       such.

Examples
	when CATEGORY_MATCHED {
	    CATEGORY::matchtype type_var
	    if { $type_var eq "custom" } {
		 log local0. "Custom category match was found."
	    }
	}

HINTS
       Note: Requires URL Filtering/SWG license, only happens when a category match is found in the "Category Lookup
       Agent" in the per-request policy.

SEE ALSO
CHANGE LOG
       @BIGIP-11.6.0 --First introduced the event.

BIG-IP						      2020-06-23					     iRule(1)