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
feat: removed support to provision Log Analysis from the instances variation, and removed support to create an Atracker route to a Log Analysis. This service is deprecated and is replaced by IBM Cloud Logs. Support has also been removed to provision Log Analysis agents from the agents variation. (#187)
BREAKING CHANGE: Log Analysis instance and agent support has been fully removed
description="DEPRECATED: Whether to deploy the IBM Cloud logging agent."
73
-
default=false
74
-
}
75
-
76
-
77
-
variable"log_analysis_agent_tags" {
78
-
type=list(string)
79
-
description="DEPRECATED: The list of tags to associate with all log records collected by the agent so that you can quickly identify the agent’s data in the logging UI. To add the cluster name as a tag, use the `log_analysis_add_cluster_name` variable."
80
-
default=[]
81
-
nullable=false
82
-
}
83
-
84
-
variable"log_analysis_add_cluster_name" {
85
-
type=bool
86
-
description="DEPRECATED: Whether to attach the cluster name to log messages. Set to `true` to configure the IBM Log Analysis agent to tag all log messages with the name."
87
-
default=true
88
-
}
89
-
90
-
variable"log_analysis_ingestion_key" {
91
-
type=string
92
-
description="DEPRECATED: The ingestion key that is used by the IBM Cloud logging agent to communicate with the instance."
93
-
sensitive=true
94
-
default=null
95
-
}
96
-
97
-
variable"log_analysis_secret_name" {
98
-
type=string
99
-
description="DEPRECATED: The name of the secret that stores the ingestion key. If a prefix input variable is specified, the secret name is prefixed to the value in the `<prefix>-<name>` format."
100
-
default="logdna-agent"
101
-
nullable=false
102
-
}
103
-
104
-
variable"log_analysis_instance_region" {
105
-
type=string
106
-
description="DEPRECATED: The name of the region where the IBM Log Analysis instance is created. The value is used in the ingestion endpoint in the format `api.<var-value>.logging.cloud.ibm.com`."
107
-
default=null
108
-
}
109
-
110
-
variable"log_analysis_endpoint_type" {
111
-
type=string
112
-
description="DEPRECATED: Specify the IBM Log Analysis instance endpoint type to use to construct the ingestion endpoint. Possible values: `public` or `private`."
113
-
default="private"
114
-
validation {
115
-
error_message="The specified `endpoint_type` can be `private` or `public` only."
description="DEPRECATED: The custom configuration of the IBM Log Analysis agent for the `LOGDNA_K8S_METADATA_LINE_INCLUSION` line inclusion setting. [Learn more](https://github.com/logdna/logdna-agent-v2/blob/master/docs/KUBERNETES.md#configuration-for-kubernetes-metadata-filtering)"
description="DEPRECATED: The custom configuration of the IBM Log Analysis agent for the `LOGDNA_K8S_METADATA_LINE_INCLUSION` line exclusion setting. [Learn more](https://github.com/logdna/logdna-agent-v2/blob/master/docs/KUBERNETES.md#configuration-for-kubernetes-metadata-filtering)"
description="DEPRECATED: The name of the IBM Log Analysis agent that is used to name the Kubernetes and Helm resources on the cluster. If a prefix input variable is passed, the name of the IBM Log Analysis agent is prefixed to the value in the `<prefix>-<name>` format."
134
-
type=string
135
-
default="logdna-agent"
136
-
nullable=false
137
-
}
138
-
139
-
variable"log_analysis_agent_namespace" {
140
-
type=string
141
-
description="DEPRECATED: The namespace to deploy the IBM Log Analysis agent in. The default value of the namespace is `ibm-observe`."
142
-
default="ibm-observe"
143
-
nullable=false
144
-
}
145
-
146
-
variable"log_analysis_agent_tolerations" {
147
-
description="DEPRECATED: The list of tolerations to apply to the IBM Log Analysis agent. Because the default value is the `Exists` operator, this variable will match any taint on any node. [Learn more](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)"
0 commit comments