Skip to content

Commit 516164f

Browse files
split observability DA consumption
1 parent d102a5e commit 516164f

File tree

1 file changed

+74
-22
lines changed

1 file changed

+74
-22
lines changed

ibm_catalog.json

Lines changed: 74 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -148,30 +148,20 @@
148148
},
149149
{
150150
"key": "enable_platform_metrics",
151-
"type": "string",
152-
"default_value": "true",
151+
"type": "boolean",
152+
"default_value": true,
153153
"description": "When set to `true`, the IBM Cloud Monitoring instance will be configured to collect platform metrics from the provided region. You can configure 1 instance only of the IBM Cloud Monitoring service per region to collect platform metrics in that location. Check with the account or service administrator if another monitoring instance has already been configured. You may not have permissions to see all monitoring instances in the region. [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-platform_metrics_enabling).",
154154
"required": true,
155-
"virtual": true,
156-
"options": [
157-
{
158-
"displayname": "true",
159-
"value": "true"
160-
},
161-
{
162-
"displayname": "false",
163-
"value": "false"
164-
}
165-
]
155+
"virtual": true
166156
},
167157
{
168158
"key": "logs_routing_tenant_regions",
169-
"type": "list(string)",
170-
"default_value": "[]",
171159
"description": "To manage platform logs that are generated by IBM Cloud services in a region of IBM Cloud, you must create a tenant in each region that you operate. Pass a list of regions to create a tenant in. [Learn more](https://cloud.ibm.com/docs/logs-router?topic=logs-router-about-platform-logs).",
172160
"required": true,
161+
"default_value": "[]",
173162
"virtual": true,
174163
"custom_config": {
164+
"type": "array",
175165
"grouping": "deployment",
176166
"original_grouping": "deployment",
177167
"config_constraints": {
@@ -459,14 +449,52 @@
459449
"version": "v5.1.4"
460450
},
461451
{
462-
"name": "deploy-arch-ibm-observability",
463-
"description": "Enables provisioning and configuration of IBM Cloud Logs to collect, route, analyze, and visualize platform logs and events — including those generated by the Event Notifications instance — for enhanced visibility, alerting, and troubleshooting.",
452+
"name": "deploy-arch-ibm-cloud-logs",
453+
"description": "Enable to provision and configure IBM Cloud Logs for analysing logs and metrics generated by the Event Notifications instance.",
454+
"flavors": [
455+
"fully-configurable"
456+
],
457+
"id": "63d8ae58-fbf3-41ce-b844-0fb5b85882ab-global",
458+
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
459+
"input_mapping": [
460+
{
461+
"dependency_input": "prefix",
462+
"version_input": "prefix",
463+
"reference_version": true
464+
},
465+
{
466+
"dependency_input": "existing_kms_instance_crn",
467+
"version_input": "existing_kms_instance_crn",
468+
"reference_version": true
469+
},
470+
{
471+
"dependency_input": "region",
472+
"version_input": "region",
473+
"reference_version": true
474+
},
475+
{
476+
"dependency_input": "logs_routing_tenant_regions",
477+
"version_input": "logs_routing_tenant_regions",
478+
"reference_version": true
479+
}
480+
],
481+
"optional": true,
482+
"on_by_default": true,
483+
"version": "v1.5.6"
484+
},
485+
{
486+
"name": "deploy-arch-ibm-cloud-monitoring",
487+
"description": "Enable to provision and configure IBM Cloud Monitoring for analysing logs and metrics generated by the Event Notifications instance.",
464488
"flavors": [
465-
"instances"
489+
"fully-configurable"
466490
],
467-
"id": "a3137d28-79e0-479d-8a24-758ebd5a0eab-global",
491+
"id": "73debdbf-894f-4c14-81c7-5ece3a70b67d-global",
468492
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
469493
"input_mapping": [
494+
{
495+
"dependency_output": "cloud_monitoring_crn",
496+
"version_input": "existing_monitoring_crn"
497+
},
470498
{
471499
"dependency_input": "prefix",
472500
"version_input": "prefix",
@@ -481,16 +509,40 @@
481509
"dependency_input": "enable_platform_metrics",
482510
"version_input": "enable_platform_metrics",
483511
"reference_version": true
512+
}
513+
],
514+
"optional": true,
515+
"on_by_default": true,
516+
"version": "v1.3.0"
517+
},
518+
{
519+
"name": "deploy-arch-ibm-activity-tracker",
520+
"description": "Enable to provision and configure IBM Cloud Activity Tracker event routing for analysing logs and metrics generated by the Event Notifications instance.",
521+
"flavors": [
522+
"fully-configurable"
523+
],
524+
"id": "918453c3-4f97-4583-8c4a-83ef12fc7916-global",
525+
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
526+
"input_mapping": [
527+
{
528+
"dependency_input": "prefix",
529+
"version_input": "prefix",
530+
"reference_version": true
484531
},
485532
{
486-
"dependency_input": "logs_routing_tenant_regions",
487-
"version_input": "logs_routing_tenant_regions",
533+
"dependency_input": "existing_kms_instance_crn",
534+
"version_input": "existing_kms_instance_crn",
535+
"reference_version": true
536+
},
537+
{
538+
"dependency_input": "region",
539+
"version_input": "region",
488540
"reference_version": true
489541
}
490542
],
491543
"optional": true,
492544
"on_by_default": true,
493-
"version": "v3.0.3"
545+
"version": "v1.1.3"
494546
},
495547
{
496548
"name": "deploy-arch-ibm-event-notifications",

0 commit comments

Comments
 (0)