Creating a custom library
Create a custom resilience library to define requirements and metrics that align with your organization’s internal standards, scoring models, and resilience practices.
Introduced in Concert v2.2, custom libraries allow you to define your own requirements, metrics, weights, indicator types, target score and risk thresholds. Use custom libraries when internal standards or customer application-specific scoring models differ from default Concert libraries.
- Availability
- Integrity
- Maintainability
- Observability
- Recoverability
- Scalability
- Security
- Usability
criteria_type: "snippet_ref" are not supported in SaaS platform.- Importing a library package
- Manual creation through UI (user interface)
Before you begin
- You must have L1 Admin privileges to create, edit, or delete libraries and metrics.
- You must have identified the requirements, target scores, and metrics you want to include based on your organization’s resilience model.
- You must include at least one requirement and one metric for the library to be used in resilience profiles.
- If your custom library includes code snippets, ensure the snippet is reviewed and approved according to your organization’s security and operational standards. Snippets should accurately reflect your intended evaluation logic and adhere to internal best practices. The
snippet_ref criteria_typeis not supported in SaaS environments.- For snippets of type
snippet_refthat represent code executed as part of the requirement (NFR) process, the results must includedata_completeness_impact,recommendation, andscore.
- For snippets of type
- If you plan to import a library package, ensure the archive meets the following constraints:
- Password-protected archives are not allowed.
- Supported compression formats:
.zip,.tar,.tgz - Nested archives are not allowed due to security restrictions (zip-bomb / tar-bomb protection).
- Archives with excessive compression ratios (>100:1) will be rejected.
- Archives with more than 1,000 files will be rejected. Extracted archive size must not exceed 1 GB.
- If your custom library package includes language files, ensure that each file name includes the
externals_ prefix(for example,externals_fr.jsonfor a French language file). - The file name of list of new input metrics that are part custom library must be in exactly
input_data_keys.json.
Method 1: Importing a library package
Concert allows importing a .zip, .tar, or .tgz file containing the required library structure (requirements + metrics). This is ideal for teams that maintain standard scoring packages or want to reuse libraries across environments.
- Go to .
- Click Create a library and select Import.
- Upload a
.zip,.taror.tgzfile that contains the library structure.
Method 2: Creating a custom library manually
- Go to .
- Click Create library and select Manually.
- Enter the library Name, then click Next.
- Select a resilience category on the left column (for example, Availability) and click Add requirement.
- Enter the requirement details:
- Name: A unique name for the requirement.
- Target score: The expected resilience score (0-100) that this requirement aim to achieve.
- Risk thresholds: The score ranges that determine Critical, High, Medium, and Low risk levels for this requirement.
- Click Next to select metrics for the requirement.
- In the Select and add metrics panel:
- Search for metrics.
- Select one or more metrics to associate the requirement.
- Default metrics are labeled as Default.
- Click Add to include the metrics in the requirement.
- After adding metrics, configure each metric as needed:
- Use the Edit icon to update the metric.
- Update the weightAssign a weight value from 0 to 10 to indicate the relative importance of this metric within the requirement:
- 0 = Not assessed (metric is excluded from scoring)
- 1 = Least weight (minimal impact on the overall score)
- 10 = Most weight (maximum impact on the overall score)
Metrics with higher weights have greater influence on the calculated requirement score. Use weights to prioritize the metrics that are most critical to your organization's resilience goals.
- Adjust levels (0, 25, 75, 100, or custom values). Configure metric levels in either ascending or descending order based on whether higher or lower values indicate better performance:
- Descending order (e.g., 100, 75, 25, 0): Use when higher metric values indicate better performance. Example: Availability percentage - 99% uptime receives a higher score than 10% uptime.
- Ascending order (e.g., 0, 5, 10, 20): Use when lower metric values indicate better performance. Example: Downtime hours - 2 hours of downtime receives a higher score than 15 hours of downtime.
- For a detailed explanation of how Concert calculates scores based on configured levels, see Metric levels in Understanding resilience scoring
- Select the indicator type (manual, leading, or lagging).
- Update the weightAssign a weight value from 0 to 10 to indicate the relative importance of this metric within the requirement:
- Use the Remove icon to delete a metric from the requirement.
- Use the Edit icon to update the metric.
- Repeat the steps to add requirements under other categories as needed.
- When all requirements and metrics are configured, click Create.
- A confirmation message appears when the library is successfully created.
- A resilience profile.
- A posture assessment plan.
- A resilience assessment.
A custom library can be deleted only after all dependent resources are manually removed. Ensure that any profiles, posture plans, or assessments referencing the library are deleted before attempting to remove the library itself.
Exporting libraries
You can export one or more resilience libraries for reuse across environments or for backup purposes. Concert supports exporting default, custom, or a combination of both library types.
- Go to .
- Select the libraries you want to export in the checkbox beside Library name column. You can select a single library or multiple libraries in combination.
- Click Export.
- A confirmation message appears when export is successful.
library_ids. If the export request contains invalid IDs, those IDs are logged with warning messages.Custom libraries give organizations control over the resilience indicators, scoring thresholds, and metric structures used in Concert. By defining requirements and metrics that match internal standards, organizations can build resilience assessments that accurately reflect their operational environment.