File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 22
33This architecture deploys the following observability agents on a Red Hat OpenShift cluster:
44
5- * Log Analysis agent(DEPRECATED)
65* Cloud Monitoring agent
76* Cloud Logs agent
87
Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ data "ibm_container_cluster_config" "cluster_config" {
1111
1212module "observability_agents" {
1313 source = " terraform-ibm-modules/observability-agents/ibm"
14- version = " 1.30 .1"
14+ version = " 2.0 .1"
1515 cluster_id = var. cluster_id
1616 cluster_resource_group_id = var. cluster_resource_group_id
1717 cluster_config_endpoint_type = var. cluster_config_endpoint_type
18- # Log Analysis Agent
19- log_analysis_enabled = false
2018 # Cloud Monitoring (Sysdig) Agent
2119 cloud_monitoring_enabled = var. cloud_monitoring_enabled
2220 cloud_monitoring_agent_name = var. prefix != null ? " ${ var . prefix } -${ var . cloud_monitoring_agent_name } " : var. cloud_monitoring_agent_name
You can’t perform that action at this time.
0 commit comments