Vital metrics reference for the Content Pack for Cisco Enterprise Networks

List of vital metrics in the Content Pack for Cisco Enterprise Networks and how to view them.

Vital metrics and SPL searches

The content pack includes the following vital metrics. This list is provided in this document as a point of reference. To view the latest vital metrics, see View vital metrics in ITSI.
Entity typeVital metric nameSPL search
Cisco Catalyst SitesReachability
| search `itsi_cp_catalyst_center_index` sourcetype="cisco:dnac:devicehealth"
| sort 0 - _time
| eval isReachable=if(Reachability=="Reachable", 1, 0)
| bin _time span=1d
| stats count as Total_Devices, sum(isReachable) as Reachable_Devices by _time Location
| eval val = round((Reachable_Devices / Total_Devices) * 100, 2)
| sort _time Location
| table Location, _time, val
Cisco Catalyst Sites% of Devices with Healthscore 10
| search `itsi_cp_catalyst_center_index` sourcetype="cisco:dnac:devicehealth"
| eval isHealthy=if(HealthScore==10, 1, 0)
| stats count as Total_Devices, sum(isHealthy) as Healthy_Devices by Location, _time
| eval val = round((Healthy_Devices / Total_Devices) * 100, 2)
| table Location, val, _time
Cisco Catalyst Sites% of Devices with MemUtil<60
| search `itsi_cp_catalyst_center_index`  sourcetype="cisco:dnac:devicehealth"
| sort 0 - _time
| eval isLowMem=if(MemoryUtilization<60, 1, 0)
| stats dc(DeviceName) as Total_Devices, sum(isLowMem) as Low_Memory_Devices by Location _time
| eval val = round((Low_Memory_Devices / Total_Devices) * 100, 2)
| sort _time Location
| table Location, _time, val
Meraki NetworkAssurance Alerts
| search `meraki_index` sourcetype="meraki:assurancealerts" severity!=informational 
| eval Network='network.name' 
| bin span=1m _time 
| stats count as val by _time Network 
| stats sum(val) as val by _time Network

View vital metrics in ITSI

View the latest vital metrics for each entity type in the content pack using the IT Service Intelligence (ITSI) user interface.

Complete the following steps to view the latest vital metrics for each entity type in the content pack using the IT Service Intelligence (ITSI) user interface.
  1. From the IT Service Intelligence (ITSI) main menu, select Configuration, then Entity Management.
  2. Select the Entity Types tab.
  3. Use one of the following methods to view the vital metrics for the Cisco Catalyst Sites or Meraki Network entity types:
    • To view the list of vital metrics, expand the row for Cisco Catalyst Sites or Meraki Network and view the Vital Metrics field.
    • To view or edit vital metrics, select Edit in the row for the entity type and expand the Vital metrics section.