You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <aname="input_agent_additional_metadata"></a> [agent\_additional\_metadata](#input\_agent\_additional\_metadata)| The list of additional metadata fields to add to the routed logs. | <pre>list(object({<br/> key = optional(string)<br/> value = optional(string)<br/> }))</pre> |`[]`| no |
95
89
| <aname="input_agent_iam_api_key"></a> [agent\_iam\_api\_key](#input\_agent\_iam\_api\_key)| The IBM Cloud API key for the Logs agent to authenticate and communicate with the IBM Cloud Logs. |`string`| n/a | yes |
96
90
| <aname="input_agent_name"></a> [agent\_name](#input\_agent\_name)| The name of the Logs agent. The name is used in all Kubernetes and Helm resources in the cluster. |`string`|`"logs-agent"`| no |
97
-
| <aname="input_agent_namespace"></a> [agent\_namespace](#input\_agent\_namespace)| The namespace where the Logs agent is deployed. The default value is `ibm-agent`. |`string`|`"ibm-agent"`| no |
91
+
| <aname="input_agent_namespace"></a> [agent\_namespace](#input\_agent\_namespace)| The namespace where the Logs agent is deployed. The default value is `ibm-agent`. |`string`|`"ibm-observe"`| no |
| <aname="input_agent_tolerations"></a> [agent\_tolerations](#input\_agent\_tolerations)| List of tolerations to apply to Logs agent. The default value means a pod will run on every node. | <pre>list(object({<br/> key = optional(string)<br/> operator = optional(string)<br/> value = optional(string)<br/> effect = optional(string)<br/> tolerationSeconds = optional(number)<br/> }))</pre> | <pre>[<br/> {<br/> "operator": "Exists"<br/> }<br/>]</pre> | no |
100
94
| <aname="input_chart_location"></a> [chart\_location](#input\_chart\_location)| The location of the Helm chart for the Sysdig agent. |`string`|`"sysdig-deploy"`| no |
@@ -105,7 +99,7 @@ No modules.
105
99
| <aname="input_cluster_id"></a> [cluster\_id](#input\_cluster\_id)| The ID of the cluster to deploy the agent. |`string`| n/a | yes |
106
100
| <aname="input_cluster_resource_group_id"></a> [cluster\_resource\_group\_id](#input\_cluster\_resource\_group\_id)| The resource group ID of the cluster. |`string`| n/a | yes |
107
101
| <aname="input_is_vpc_cluster"></a> [is\_vpc\_cluster](#input\_is\_vpc\_cluster)| Specify true if the target cluster for the agent is a VPC cluster, false if it is a classic cluster. |`bool`|`true`| no |
108
-
| <aname="input_node_analyzer_enabled"></a> [node\_analyzer\_enabled](#input\_node\_analyzer\_enabled)| Enable or disable the Node Analyzer feature in the Sysdig agent. |`bool`|`true`| no |
102
+
| <aname="input_node_analyzer_enabled"></a> [node\_analyzer\_enabled](#input\_node\_analyzer\_enabled)| Enable or disable the Node Analyzer feature in the Sysdig agent. |`bool`|`false`| no |
109
103
| <aname="input_wait_till"></a> [wait\_till](#input\_wait\_till)| To avoid long wait times when you run your Terraform code, you can specify the stage when you want Terraform to mark the cluster resource creation as completed. Depending on what stage you choose, the cluster creation might not be fully completed and continues to run in the background. However, your Terraform code can continue to run without waiting for the cluster to be fully created. Supported args are `MasterNodeReady`, `OneWorkerNodeReady`, `IngressReady` and `Normal`|`string`|`"Normal"`| no |
110
104
| <aname="input_wait_till_timeout"></a> [wait\_till\_timeout](#input\_wait\_till\_timeout)| Timeout for wait\_till in minutes. |`number`|`90`| no |
description="The host for IBM Cloud Logs ingestion. Ensure you use the ingress endpoint. See https://cloud.ibm.com/docs/cloud-logs?topic=cloud-logs-endpoints_ingress."
pool_name ="default"# ibm_container_vpc_cluster automatically names default pool "default" (See https://github.com/IBM-Cloud/terraform-provider-ibm/issues/2849)
64
+
machine_type ="bx2.4x16"
65
+
workers_per_zone =2# minimum of 2 is allowed when using single zone
0 commit comments