ltm rule event CLASSIFICATION DETECTEDΒΆ

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

CLASSIFICATION_DETECTED
       Triggered when a flow is classified.

DESCRIPTION
       This is triggered when a flow is classified.

Examples
	In the example, the CLASSIFICATION::result command returns an array of classification tokens.

	when CLASSIFICATION_DETECTED {
	    set res [CLASSIFICATION::result]
	    log local0.debug "dpi results: $res"
	}

HINTS
       * NOTE: classification works with AFM, PEM, APM and LTM.

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

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