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",
"refreshTime": "Jan 22, 2017 5:04:25 PM",
"enableOnlineDatatagging": true

...

...

...


Panel

Steps


Table of Contents

Browse Business Mapping

  • Browse Business Mapping tab present under the Admin tab.
  • Select the tool and label.

Image Added

Create a new Business Mapping Label

  • Click the "Add” button to create the new business mapping label (in case of a new row).

Image Added

Saving the Business Mapping Label

  • Select the Property Name and give a appropriate value.
  • Give the Business Mapping Label.
  • Click the "Save" icon to save the Business Mapping Label.

Image Added

Edit Business Mapping Label

  • Select the Business Mapping Label and click on the "Edit" icon to edit the Business Mapping Label.

Image Added

Delete Business Mapping Label

  • Select the Business Mapping Label and click on the "Delete" icon to delete the Business Mapping Label.

Image Added

Top Section