Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,13 @@
"value": "security-compliance-center-trial-plan"
}
]
},
{
"key": "logs_routing_tenant_regions",
"type": "array",
"default_value": [],
"description": "A list of regions to create a tenant that is targetted to the Cloud Logs instance. 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. Leave the list empty if you don't want to create any tenants.",
"required": false
}
],
"outputs": [
Expand Down Expand Up @@ -307,6 +314,10 @@
"key": "log_analysis_crn",
"description": "The id of the provisioned Log Analysis instance."
},
{
"key": "cloud_logs_crn",
"description": "The id of the provisioned Cloud Logs instance."
},
{
"key": "scc_workload_protection_crn",
"description": "SCC Workload Protection instance CRN."
Expand Down
17 changes: 16 additions & 1 deletion stack_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@
"type": "boolean",
"hidden": false,
"default": false
},
{
"name": "logs_routing_tenant_regions",
"required": false,
"type": "array",
"hidden": false,
"default": []
}
],
"members": [
Expand Down Expand Up @@ -173,10 +180,18 @@
{
"name": "enable_platform_metrics",
"value": "ref:../../inputs/enable_platform_logs_metrics"
},
{
"name": "existing_en_instance_crn",
"value": "ref:../../inputs/existing_en_instance_crn"
},
{
"name": "logs_routing_tenant_regions",
"value": "ref:../../inputs/logs_routing_tenant_regions"
}
],
"name": "2 - Observability",
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.9a4b4855-07a5-43a0-af1d-ef44e091821c-global"
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.eaf90e32-42b4-4cd6-a4c3-ea720f6ea9f7-global"
},
{
"inputs": [
Expand Down