Vital metrics reference for the Content Pack for Cisco Enterprise Networks

This document provides a reference for vital metrics and SPL searches included in the Content Pack for Cisco Enterprise Networks.

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 and may not reflect the latest content. To view the latest vital metrics, see View vital metrics in ITSI.

Entity type Vital metric name SPL search
Cisco Nexus Switch Anomaly Score
PYTHON
| tstats `summariesonly` avg(anomalies.anomalyScore) as val from datamodel=Cisco_DCN_nexus_dashboard.anomalies by anomalies.fabricName, anomalies.node_names, _time | eval itsi_entity_id='anomalies.fabricName'.":".'anomalies.node_names', val = round(val, 2) | table itsi_entity_id, _time, val
Critical/Major Anomalies
PYTHON
| tstats `summariesonly` dc(anomalies.anomalyId) as count from datamodel=Cisco_DCN_nexus_dashboard.anomalies where anomalies.calculated_severity IN ("Critical", "Major") by anomalies.fabricName, anomalies.node_names, _time | eval itsi_entity_id='anomalies.fabricName'.":".'anomalies.node_names', val = count | table itsi_entity_id, _time, val
Critical/Major Advisories
PYTHON
| tstats `summariesonly` dc(advisories.advisoryId) as count from datamodel=Cisco_DCN_nexus_dashboard.advisories where advisories.calculated_severity IN ("Critical", "Major") by advisories.fabricName, advisories.node_names, _time | eval itsi_entity_id='advisories.fabricName'.":".'advisories.node_names', val = count | table itsi_entity_id, _time, val

View vital metrics in ITSI

Learn how to view vital metrics for each entity type using the IT Service Intelligence (ITSI) 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 > Entity Management.
  2. Select the Entity Types tab.
  3. Use one of the following methods to view the vital metrics for the Cisco Nexus Switch entity types:
    1. To view the list of vital metrics, expand the row for the entity type and view the Vital Metrics field.
    2. To view or edit vital metrics, select Edit in the row for the entity type and expand the Vital metrics section.