Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top1
top1


Tip

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.

Panel

Under this section


To enable Business Mapping tab in Insights, please make the highlighted change in uiConfig.json file, which is present under PlatformUI2PlatformUI3.0 → app folder.

Panel
titleuiConfig.json

{
"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.

Panel
titleserver-config.json

...

...

...

"insightsServiceURL": "http://hostname:8080",
"disableAuth": false,
"enableNativeUsers": true,
"insightsTimeZone": "Asia/Kolkata",
"userId": "UserID",
"password": "Passwd",
"enableOnlineDatatagging": true

...

...

...