diff --git a/ibm_catalog.json b/ibm_catalog.json index 4de57455..2ba21146 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -474,7 +474,7 @@ { "diagram": { "caption": "Activity Tracker Event Routing", - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-activity-tracker/main/reference-architecture/activity-tracker.svg", + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-activity-tracker/main/reference-architectures/activity-tracker.svg", "type": "image/svg+xml" }, "description": "This architecture supports creating IBM Cloud Activity Tracker Event Routing target to an object storage bucket and cloud logs instance. You can provide an existing Cloud Object Storage (COS) instance or use [Cloud automation for Object Storage](https://cloud.ibm.com/catalog/7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3/architecture/deploy-arch-ibm-cos-68921490-2778-4930-ac6d-bae7be6cd958-global) dependency for creating COS instance. This architecture will create object storage buckets inside the COS instance for storing the events ingested by Activity Tracker Event Routing.

In addition, it enables encryption for the object storage bucket by provisioning an IBM Key Protect service instance, where a Key Ring and associated key are created to manage encryption through IBM Cloud Key Management Services (KMS). You can choose to provide an existing KMS instance as well.

Additionally, you can use [Cloud automation for Cloud Logs](https://cloud.ibm.com/catalog/7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3/architecture/deploy-arch-ibm-cloud-logs-63d8ae58-fbf3-41ce-b844-0fb5b85882ab-global) to create a cloud logs instance or provide an existing cloud logs instance crn for setting it as event routing target. This architecture will automatically create the COS buckets to collect and store auditing events." @@ -565,7 +565,7 @@ { "diagram": { "caption": "Event Routing Account Settings", - "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-activity-tracker/main/reference-architecture/deployable-architecture-account-settings.svg", + "url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-activity-tracker/main/reference-architectures/deployable-architecture-account-settings.svg", "type": "image/svg+xml" }, "description": "This architecture supports configuring the Activity Tracker Event Routing Account Settings." diff --git a/reference-architecture/activity-tracker.svg b/reference-architectures/activity-tracker.svg similarity index 100% rename from reference-architecture/activity-tracker.svg rename to reference-architectures/activity-tracker.svg diff --git a/reference-architecture/deployable-architecture-account-settings.svg b/reference-architectures/deployable-architecture-account-settings.svg similarity index 100% rename from reference-architecture/deployable-architecture-account-settings.svg rename to reference-architectures/deployable-architecture-account-settings.svg