PH_Rule_Perf_AVC_2
Disabled
Detects QoS queue packet drops as reported by Cisco AVC. Queue drops can affect one or more flows mapped to the affected Queue
5
Performance
Application
No Technique Specified
Application
Cisco Application Visibility and Control (AVC) logs via Netflow V9
Correlation
No remediation guidance specified
If the following pattern or patterns match an ingested event within the given time window in seconds, trigger an incident.
600 seconds
If the following defined pattern/s occur within a 600 second time window.
AlertQoSDrop
This is the named definition of the event query, this is important if multiple subpatterns are defined to distinguish them.
This is the query logic that matches incoming events
(eventType = "IOS-AVC-NETFLOW" OR eventType = "Cisco-WLC-AVC-NETFLOW") AND qosQueueDrops >= 1
This defines how matching events are aggregated, only events with the same matching attribute values are grouped into one unique incident ID
qosClassHierarchyNameList, qosClassHierarchyIdList, nbarApplicationId, appName, appCategory, appSubcategory, appGroupName, ipProto, srcIpAddr, destIpAddr, destIpPort
This is most typically a numerical constraint that defines when the rule should trigger an incident
COUNT(*) >= 1
This section defines which fields in matching raw events should be mapped to the incident attributes in the resulting incident.
The available raw event attributes to map are limited to the group by attributes and the aggregate event constraint fields for each subpattern
qosClassHierarchyNameList = AlertQoSDrop.qosClassHierarchyNameList,
qosClassHierarchyIdList = AlertQoSDrop.qosClassHierarchyIdList,
nbarApplicationId = AlertQoSDrop.nbarApplicationId,
appName = AlertQoSDrop.appName,
appCategory = AlertQoSDrop.appCategory,
appSubcategory = AlertQoSDrop.appSubcategory,
appGroupName = AlertQoSDrop.appGroupName,
ipProto = AlertQoSDrop.ipProto,
srcIpAddr = AlertQoSDrop.srcIpAddr,
destIpAddr = AlertQoSDrop.destIpAddr