Check how to map the data in an hierarchical format according to business environment under this section.
Business Mapping process help in defining and mapping Business Organization Hierarchy to the actual data. This help to create organization level specific dashboards. Insights supports hierarchy up to four business levels. It also provides functionality to add new hierarchy, and update the existing. The addition or update to the data reflect from the time it was added in the system, when next data collection process runs. It doesn't update existing data nodes.
To enable Business Mapping tab in Insights, please make the highlighted change in uiConfig.json file, which is present under PlatformUI3.0 → app folder.
{
"showInsightsTab": false,
"showOptionsPanel": false,
"showBusinessMapping": true
}
To enable Insights Engine to perform Business Mapping on data, ensure that "enableOnlineDataTagging" to true in server-config.json. To know more about server-config.json, click here.
...
...
...
"insightsServiceURL": "http://hostname:8080",
"disableAuth": false,
"enableNativeUsers": true,
"insightsTimeZone": "Asia/Kolkata",
"userId": "UserID",
"password": "Passwd",
"enableOnlineDatatagging": true
...
...
...