VCF Extension Network Insight: Overview

Version: 2026.1.1.0

This Management Pack monitors the NSX policy that the VCF Extension Network Insight GUI builds for an application. Everything below appears in Aria Operations once a policy has been applied.

Dashboards

NSX DFW Monitoring

The NSX DFW Monitoring dashboard provides the operational view of distributed firewall behaviour:

  • NSX Policies List: heatmap of DFW Security Policies colored and sized by the health badge.
  • Dropped Objects: resource list of DFW Endpoint objects that have seen dropped traffic.
  • Object Relationship: a relationship widget showing the policy, rule and endpoint topology.
  • Alert List: active alerts scoped to the NSX Application custom group.

Widgets are linked: selecting a policy drives the Dropped Objects and Object Relationship widgets.

Custom Groups

Custom Group NameDescription
NSX ApplicationA group that auto-aggregates Security Policies, Firewall Rules and DFW Endpoints into one business application view.

Collected objects

Relationships

Object relationships

A rule parents the endpoints it actually dropped traffic for, not the groups referenced in its definition. Group membership answers "who is this rule written against"; the product answers "who is this rule blocking", a fact observed from log lines rather than configuration.

NSX Manager

Adapter instance root. Carries collection telemetry and the durable state checkpoint.

Data NameTypeDescription
collection|policiesmetricNumber of policies collected this cycle.
collection|rulesmetricNumber of rules collected this cycle.
collection|groupsmetricNumber of groups collected this cycle.
collection|endpointsmetricNumber of endpoints emitted this cycle.
collection|durationmetricCollection duration in seconds.
collection|nsx_api_callsmetricNumber of NSX API calls made this cycle.
logs|linesmetricLog lines returned this cycle.
logs|lines_parsedmetricLog lines successfully parsed.
nsx_versionpropertyNSX version.
logs_availablepropertyWhether the Aria Operations for Logs source is available.
logs_hostpropertyConfigured / active log source host.

Security Policy

One NSX security policy (DFW Policy). Parents its rules.

Data NameTypeDescription
drops|tuplesmetricTotal traffic tuples this policy has dropped.
drops|tuples_newmetricNewly seen dropped tuples.
quality|rules_totalmetricTotal number of rules in the policy.
quality|rules_dropmetricNumber of rules in the policy in DROP mode.
categorypropertyPolicy category.
applicationpropertyApplication the policy belongs to.
managed_bypropertyAutomation/adapter that manages the policy.

Firewall Rule

One NSX firewall rule (DFW Rule). The primary carrier of traffic and drop metrics.

Data NameTypeDescription
traffic|packetsmetricCumulative traffic packet count.
traffic|sessionsmetricCumulative traffic session count.
traffic|hitsmetricCumulative rule hit count.
traffic|packets_deltametricPackets in this cycle.
traffic|bytes_deltametricBytes in this cycle.
traffic|sessions_deltametricSessions in this cycle.
drops|tuplesmetricDropped flow tuples.
drops|tuples_newmetricNew dropped flow tuples (drives the new-dropped-traffic-on-rule alert).
drops|linesmetricDFW log lines matched for this rule.
age|minutes_since_last_hitmetricMinutes since the rule last hit.
actionpropertyRule action (ALLOW/DROP).
loggedpropertyWhether the rule is configured to log.
internal_rule_idpropertyNumber a log line carries to attribute a tuple to this rule.
is_witnesspropertyWhether the rule is one of the catch-all rules at the end of the policy.
sequence_numberpropertyRule sequence number.
application / managed_bypropertyOwning application and managing automation.
last_droppedpropertyLast dropped-flow indication.

Security Group

One NSX security group with its effective membership.

Data NameTypeDescription
applicationpropertyApplication the group belongs to.
managed_bypropertyManaging automation.
membership_criteriapropertyEffective membership criteria.

Application

A business rollup built from the application tag on the machines. Does not exist in NSX; it is created by the solution to give one view per application.

Data NameTypeDescription
drops|tuples_totalmetricTotal tuples dropped across the application.
drops|tuples_new_24hmetricNew dropped tuples within the last 24 hours ("What Just Broke").
drops|endpoints_affectedmetricNumber of endpoints affected by dropped traffic.
quality|rules_totalmetricTotal number of rules in the application.
enforcement_statepropertyobservation, partial or enforced.

DFW Endpoint

One address (or aggregate bucket) seen in dropped or observed traffic.

Data NameTypeDescription
drops|tuples_newmetricNew dropped flow tuples.
ip_addresspropertyThe address observed in traffic.
vm_name / fqdnpropertyResolved machine name / FQDN, where the vSphere join map or reverse DNS allows.
applicationpropertyApplication the endpoint is attributed to.
classificationpropertySortable classification of the endpoint.
first_seen / last_seenpropertyFirst / last observed timestamp.
servicespropertyProtocol/port pairs seen, e.g. tcp/9090, tcp/443.
peerspropertyPeer addresses it communicated with.
rule relationshiprelationThe rule that dropped traffic to/from this endpoint.

Alerts

AlertSeverityThreshold
New dropped traffic on policyCriticalNew dropped traffic seen on a Security Policy.
New dropped traffic on ruleCriticalNew dropped traffic seen on a Firewall Rule.
License is expiring soonWarningexpiration_date ≤ 15 and > 0.
License has expiredCriticalexpiration_date ≤ 0.

Events

Events are raised when a new dropped-traffic connection appears on a rule after the learning period. During the learning window (default 24h) traffic is recorded and counted but no new-traffic event is raised, so the initial baseline does not flood the operator with events.

Metric groups

The collected metrics are organised into the following groups:

GroupDescription
collectionManager-level collection telemetry group.
logsManager-level log processing telemetry group.
dropsDrop metrics group (tuples, new tuples, endpoints affected).
trafficTraffic counter group (packets, sessions, hits, deltas).
qualityRule-quality (enforcement readiness) metric group.
ageAge metric group (e.g. minutes_since_last_hit).