VCF Extension Network Insight: Deployment

Version: 2026.1.1.0

This page covers installing the Management Pack, the monitoring half of the solution. The VCF Extension Network Insight GUI that builds the NSX policy is deployed separately and is described in Deploying the GUI and Using the GUI.

User Permissions and Connection Requirements

CategoryDescription
NSX ManagerReachable over HTTPS/443. An account with read access to the NSX Policy API (domains, policies, rules, groups, statistics).
Aria Operations for LogsReachable over HTTPS on port 9543 (the only port the query API answers on). Required for dropped-traffic detection.
Container registryHTTPS/443 to https://registry.indevops.com (always) to pre-pull the adapter image.

Installing the addon

  1. Pre-pull the adapter image on the cloud proxies belonging to the collector group, using the image name shown on the release page for the matching version.
  2. Install the PAK: in VMware Aria Operations go to Data Sources > Integrations > Repository > Add, upload the PAK and tick both Install the PAK file even if it is already installed and Ignore the PAK file signature checking.
  3. Configure the adapter account: add an adapter instance and supply the credentials and instance parameters below.

Adapter fields

Credentials: one credential type (NSX + Aria Operations for Logs) with four fields:

Field NameDefinition
NSX userNSX Manager account.
NSX passwordNSX Manager password.
Aria Operations for Logs userLogs account.
Aria Operations for Logs passwordLogs password.

Instance parameters:

Field NameDefaultDefinition
NSX Manager addressrequiredAddress or FQDN of the NSX Manager, reachable from the Cloud Proxy on port 443.
Aria Operations for Logs addressnoneAddress or FQDN of Aria Operations for Logs. Without it the adapter still collects inventory and counters, but cannot detect dropped traffic.
Aria Operations for Logs port9543The only port the query API answers on.
NSX domainsemptyComma separated list of policy domains to collect; empty means every domain.
Accept self-signed certificates01 accepts any certificate presented by NSX and by Aria Operations for Logs.
Log window (minutes)5How far back log lines are queried; must cover the collection interval, or drops fall between two cycles.
Log query limit20000Maximum lines per query. Hitting it exactly means the answer was truncated.
Learning period (hours)24After installation, tuples are recorded and counted but no new-tuple event is raised.
Maximum tuples remembered per rule500Cap on the durable tuple set of one rule; the least recently seen are discarded first.
Tuple retention (days)90How long an unseen tuple is remembered; must outlive a monthly batch.
Maximum endpoint objects5000Cap on DFW Endpoint objects per cycle; above it the quietest addresses fold into their aggregate bucket.
Endpoint retention (days)30How long an unseen address is remembered before it stops being reported.
Endpoint visibility (days)5How long a DFW Endpoint object and its rule relationship stay visible after the address goes quiet.
Rule id map refresh (minutes)360How often the internal rule id map is rebuilt in full.
Rule id map calls per cycle500Budget of per-rule statistics calls used to build the id map incrementally.
VM cache refresh (minutes)60How often the vSphere join map is refreshed from the Aria Operations Suite API.
Catch-all rule patterndefaultMarks the catch-all rules placed at the end of an application policy. Leave the default unless your rules are named differently.
Reverse DNS resolution01 enables PTR lookups as the last step of address resolution.