Data Relationships Framework
Summarize
Summary of Data Relationships Framework
The Data Relationships Framework (applicationsngrcrelconfig) is integrated by default with the BCM (Business Continuity Management) application starting in the Zurich release. It provides a unified framework to fetch and manage dependencies across various BCM objects such as BIAs, plans, and events from diverse sources including CMDB, BIA, and BCP. This framework enables configuration of main objects (nodes), their relationships to child nodes, and automates the retrieval of updated dependencies through scheduled jobs.
Show less
Key Features
- Centralized Dependency Retrieval: Offers a single API to gather dependencies from multiple sources efficiently.
- Main Node Configuration: Allows administrators to define main nodes, specify data sources, apply filters, and manage how dependencies are fetched and updated.
- Relationship Management: Supports configuration of relationships between main nodes and their child nodes (e.g., assets, risks) via relationship registries.
- Performance Control: Enables tuning by selecting preferred sources and filtering data to optimize dependency updates.
- Scheduled Updates: Uses scheduled jobs to regularly scan and update dependencies based on configured relationships and source data.
Roles and Access
- Data Relationships Framework Administrator (sngrcrelconfig.admin): Responsible for configuring object type relationships and main node to child node mappings.
- Data Relationships Framework Reader (sngrcrelconfig.reader): Allows viewing of configured object type relationships. All BCM users have this role by default.
Core Tables and Modules
- Main Node Configuration Table: Stores setup details for main nodes including name, source, table, and filters.
- Node Relationship Configuration Table: Maintains mappings between main nodes and child nodes, linking back to main node configurations.
- Relationship Registries Table: Defines how objects relate within the BCM 360-degree configuration.
- Modules: Include configuration interfaces for main nodes, relationship registries, and framework properties accessible via the application navigator.
Practical Use Cases
The framework is ideal for mapping complex dependencies such as incident records linked to affected assets and associated risks. For example, it enables configuration of an incident as a main node connected to multiple assets (child nodes), which themselves relate to risks, thereby providing a comprehensive view of dependencies that impact BCM processes.
Limitations
- Dependency data retrieved for one object cannot be reused for different purposes.
- Only predefined sources (BIA, BCP, CMDB) can be used for fetching dependencies; custom sources are not supported.
Getting Started
- Create Main Node Configuration Records: Define sources and conditions for fetching dependencies.
- Create Relationship Registry Records: Set up relationships between main nodes and related objects.
- Configure Framework Properties: Adjust settings to tailor framework behavior.
The Data Relationships Framework application (sn_grc_rel_config) supports the BCM application with the underlying framework to fetch the dependencies in the BIAs, plans, and events from different sources such as CMDB, BIA, and BCP. Beginning with the Zurich release, the Data Relationships Framework (sn_grc_rel_config) application is installed with the BCM application by default.
Framework for fetching the dependencies
The Data Relationships Framework (sn_grc_rel_config) stores the configurations for how a main object type can relate to other object types. It enables the users to configure the source (main node) for the dependency updates, configure its relationship with the child nodes, and fetch the dependencies for the selected object.
A scheduled job scans the object configuration data at regular intervals and checks if any dependencies have been updated. If any changes are observed in the dependencies, the scheduled job fetches the dependencies of the selected object from one of the configured sources such as BIA, BCP, or CMDB.
Benefits of the Data Relationships Framework
- Provides a single API to fetch the dependencies from different sources.
- Supports the configuration of the main node (source) and maintains its relationships with its child nodes such as assets, risks, and so on.
- Enables the users to control the performance by selecting different sources.
Roles associated with the Data Relationships Framework
| Roles | Description |
|---|---|
| Data Relationships Framework administrator [sn_grc_rel_config.admin] | Configures the relationship of the object types such as the relationship of the main node to the child nodes. |
| Data Relationships Framework reader [sn_grc_rel_config.reader] | Views the data for the object types as defined in the Data Relationships Framework. Note: All BCM application users have the Data Relationships Framework reader role. |
Tables for the framework
| New and existing tables | Table | Description |
|---|---|---|
| New table | Main node configuration [sn_grc_rel_config_main_node_confi] | Table to store the configuration of the main node from where the dependencies are fetched. |
| New table | Node relationship configuration [sn_grc_rel_config_node_rel_config] | Table to store the configuration that determines the dependencies of the main node and child nodes. It also maintains a reference to the main node configuration. |
| Existing table | Relationship registries [sn_data_registry_relationship] | Table to determine the relationship of an object with other objects. |
Modules for configuring the relationships
The BCM application users can navigate to Data Relationship Framework in the application navigator and access its modules for configuring the relationships.
Main node configuration: Configure the details of the main node such as its name, source, table name, filter conditions, and so on as shown in the following examples.
The following main node configurations are provided as sources with the base system as shown in the following example:
- BIA upstream dependency
- BIA downstream dependencies
- CMDB
- Plan primary assets
- Plan related assets
The BCM administrators use the main node configuration to perform the following tasks:- Configure the Impact analysis dependency update configuration module and fetch the dependency updates into a BIA (add the dependency updates to the BIA) from these sources.
- Configure the Planning dependency update configuration module and fetch the planning dependency updates into a plan (add the updated related assets to the plan) from these sources.
- Configure the Event dependency source configuration module and configure the sources for the event dependency updates (add the updated impacted assets to a recovery event).
Note:All the information on how data should be pulled is stored in the Main node configuration, which is attached to the records. This configuration determines the order in which the data is pulled. To reduce the amount of data pulled and how it is pulled, you must configure the conditions in both the Main node configuration and the records. This verifies that only the necessary data is retrieved.The main node configuration records for plans and CMDB are shown in the following examples.
For information on creating a main node configuration record, see Create a main node configuration record.
Relationship registries: Configure the relationship registries for the main node. Relationship registries are part of the 360-degree configuration in GRC where a user can define how one object has a related object. The configuration details of a relationship registry record such as its name, table, relationship type, relationship table, and so on are shown in the form.
A sample relationship registry record for a BIA and BIA template is shown in the following example.
For information on creating a relationship registry record, see Create a relationship registry record.
Properties: Configure the properties of the Data Relationships Framework as shown in the following example.
For information on configuring the properties, see Configure the properties for the Data Relationships Framework.
Use cases for the Data Relationships Framework
The Data Relationships Framework is used to configure the node and asset relationships such as mapping a main node to its child node or mapping an asset to a risk.
Consider the following use case that shows the main node configuration and its relationships.
- Asset A: The affected configuration item for Asset A is Risk A.
- INC1011: The affected configuration items (CIs) for INC1011 are Asset B and Asset C. For Asset B, the affected configuration item is Risk B.
- Main nodes:
- INC1010 -> Asset A
- INC1010 -> INC1011
- Node relationships:
- Asset A -> Risk A
- INC1011 -> Asset B
- INC1011 -> Asset C
- Asset B -> Risk B
- Input nodes:
- Source = Incident
- Record = INC1010
- Max Levels = 5
- Max Nodes = 1000
- Output nodes:
- INC1010
- Asset A
- INC1011
- Risk A
- Asset B
- Asset C
- Risk B
- Edges:
- INC1010 -> Asset A
- INC1010 -> INC1011
- Asset A -> Risk A
- INC1011 -> Asset B
- INC1011 -> Asset C
- Asset B -> Risk B
Limitations of using the Data Relationships Framework
- The data fetched for an object cannot be reused for another purpose.
- The sources provided in the framework must be used for fetching the dependency updates into an object. It is not possible to configure your own sources for fetching the data.
For more information on the administrative setup for the configuration records, see Dependency Configuration records.