When you have several applications or when you have multiple tiers in an application, creating applications using the public APIs or the user interface becomes a long process. vRealize Network Insight auto-discovers applications and tiers and enables you to add them automatically, which reduces a lot of manual effort.

In vRealize Network Insight, you can discover applications based on:

  • Tags (VMware vCenter Server or AWS tags)
  • VM Names
  • ServiceNow
  • Flows
  • Advanced properties such as a combination of VM names, VM tags, NSX-V security tags, and security groups.
Note:

Note: In vRealize Network Insight, NSX-T tags are displayed as VM tags. Therefore, by default, NSX-T tags are also supported in application discovery.

An example of the application discovery construct

Consider a scenario where you have:
  • Added VMware vCenter server as a data source.
  • Added four VMs in your data center - VM1, VM2, VM3, and VM4.
  • Defined tags (key-value) that defines the application names to which each VMs belong.
  • Defined tags (key-value) that defines the tier to which each VMs belong.
For example, see the table:
VM Name Key-value tags
VM1
  • Application Name: MyApplication1
  • Application Tier: App
VM2
  • Application Name: MyApplication1
  • Application Tier: Web
VM3
  • Application Name: MyApplication2
  • Application Tier: App
VM4
  • Application Name: MyApplication2
  • Application Tier: Web

Discovering Applications based on Tags

vRealize Network Insight, you can define a grouping criteria for application discovery for these tags.

In this example, based on the defined tags and grouping criteria, vRealize Network Insight discovers two applications (MyApplication1 and MyApplication2) with two tiers (App and Web) and its related VMs.
Application Tier VM
MyApplication1 App VM1
MyApplication1 Web VM2
MyApplication2 App VM3
MyApplication2 Web VM4

Discovering Applications and Tiers based on VM Names

If the VM names are defined in the following format:

ApplicationName : Tier : VMName.

For example,
MyApplication1 : App : VM1
MyApplication1 : Web : VM2
MyApplication2 : App : VM3
MyApplication2 : Web : VM4
When you use the following regular expression (regex), vRealize Network Insight discovers two applications.
  • App Regex: (.*)_(.*)_.*-.*
  • Tier Regex: (.*)_(.*)_(.*)-.*
Application Tiers and its VMs
MyApplication1
  • App and MyApplication1 : App : VM1
  • Web and MyApplication1 : Web : VM2
MyApplication2
  • App and MyApplication2 : App : VM3
  • Web and MyApplication2 : Web : VM4
Note: Randomly defined VM names cannot be grouped for application discovery.

Discovering Applications Based on Flows

vRealize Network Insight uses machine learning and statistical analysis to discover applications automatically and group the VMs into their respective applications and tiers. vRealize Network Insight analyzes the network flow between the VMs and groups the VMs by identifying the application and the tier boundaries between these VMs.

The system analyzes the flows on multiple dimensions such as density of the flows between VMs, common open ports between VMs, number of incoming against outgoing connections, configuration data from load balancers, and so on, and groups VMs with high similarity across these dimensions into a unique application. The process repeats again, but only among the VMs that are already grouped into an application, and to group VMs into their respective tiers.

Note:
  • To discover applications based on flows, you must match the following minimum requirements:

    • Have at least 10 VMs discovered in vRealize Network Insight.
    • Have at least 100 VM-VM flows.
    • Have an Enterprise license.
    • Use a platform of XL brick size.

    To learn about the configuration requirements, see the System Recommendations and Requirements topic.

    If your configuration does not meet the minimum system requirement, you can either scale up your platform cluster or reconfigure your brick size. To learn about how to scale up the platform cluster, see Planning to Scale up the Platform Cluster topic, and to learn about reconfiguring the brick size, see KB-83374.

  • To improve the accuracy of flow-based application discovery, you must add load balancers to vRealize Network Insight. To learn about the supported load balancers, see Supported Load Balancers.