Question

Is there a way to export prism central's network flow data?

  • 1 December 2023
  • 1 reply
  • 105 views

Per the following articles

it’s impossible to send network data to a remote server. 

Since it’s possible in VMware 

I had an impression that the same can be achieved in Nutanix. 

I can either use direct data pipe or RestAPI.


This topic has been closed for comments

1 reply

Userlevel 3
Badge +14

Hello! Recent versions of Nutanix AHV support several methods to send network flow data to a remote source.

The first mechanism is to use Nutanix Security Central, supported since AOS 5.18. This configures an IPFIX exporter on every AHV host, and provisions a Security Central collector VM that receives this IPFIX data. You can find more information about Security Central here in the Nutanix Bible. https://www.nutanixbible.com/12b-book-of-network-services-security-central.html

I like the Security Central mechanism because it’s included if you’re already using Flow Network Security, and it does threat detection, alerting, querying, CSV export, and even helps with security planning.

 

If you’re looking for an on-premises option instead, then you can use this IPFIX collector built into AHV and configurable starting with AOS 6.6, configured by Prism Central, to send data to up to five external collectors of your choice.

 

The API to configure the IPFIX exporter yourself is here: https://developers.nutanix.com/api-reference?namespace=networking&version=v4.0.b1

https://{pc-ip}:9440/api/networking/v4.0.b1/config/ipfix-exporters

You’d want to create an IPFIX exporter, and then decide if the scope is PC or PE. With PC scope, the UUID of the PC cluster is passed and all connected AHV clusters will send their IPFIX to your desired target. With PE scope, the UUID of specific clusters is passed. You can see that this is a list of up to 64 PCs or PEs respectively.