How to change which Nozomi assets get targeted to which ServiceNow classes?

A description of how you can change which Nozomi Networks assets get targeted to which ServiceNow classes.

To determine which ServiceNow class and operational technology (OT) asset type best fits each asset, the Service Graph Connector integration uses a combination of:This logic is in the SGNozomiClassCalculator. To make customizations to the default behavior of the class modeling, you can create an extension point script that lets users make final adjustments to the target class data for each asset before the Extract Transform Load (ETL) imports the source data.

You can use the filter navigator, to go to Service Graph Connector for Nozomi > Admin > Extension Points. You can then open the SGNozomiClassCalculatorExtension extension point record.

A built-in example will show with a getTargetClass function that the main import flow will execute.

You can select the create implementation related link to generate a new script include. Now you can adjust the items that you want to.