Package com.cloudera.cdp.dw.model
Class UpdateClusterRequestObservabilityConfig
- java.lang.Object
-
- com.cloudera.cdp.dw.model.UpdateClusterRequestObservabilityConfig
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:17.249-07:00") public class UpdateClusterRequestObservabilityConfig extends Object
Update the cluster observability configurations. You can forward logs from environments activated in Cloudera Data Warehouse (CDW) to observability and monitoring systems such as Datadog, New Relic, or Splun. Please refer to the following Cloudera documentation for more info. https://docs.cloudera.com/data-warehouse/cloud/monitoring/topics/dw-observability-log-forwarding.html
-
-
Constructor Summary
Constructors Constructor Description UpdateClusterRequestObservabilityConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLogsForwardingConfig()
Getter for logsForwardingConfig.String
getProxyCABundle()
Getter for proxyCABundle.int
hashCode()
void
setLogsForwardingConfig(String logsForwardingConfig)
Setter for logsForwardingConfig.void
setProxyCABundle(String proxyCABundle)
Setter for proxyCABundle.String
toString()
-
-
-
Method Detail
-
getLogsForwardingConfig
public String getLogsForwardingConfig()
Getter for logsForwardingConfig. Create the log forwarding configuration in a valid fluentd format. Then that configuration is later inserted into a larger fluentd configuration.
-
setLogsForwardingConfig
public void setLogsForwardingConfig(String logsForwardingConfig)
Setter for logsForwardingConfig. Create the log forwarding configuration in a valid fluentd format. Then that configuration is later inserted into a larger fluentd configuration.
-
getProxyCABundle
public String getProxyCABundle()
Getter for proxyCABundle. Set the proxy CA certificates (PEM Bundle). If you use a TLS-terminating proxy server to inspect outbound internet traffic, you need to provide the proxy server's CA certificates bundle in PEM bundle format when you configure log forwarding.
-
setProxyCABundle
public void setProxyCABundle(String proxyCABundle)
Setter for proxyCABundle. Set the proxy CA certificates (PEM Bundle). If you use a TLS-terminating proxy server to inspect outbound internet traffic, you need to provide the proxy server's CA certificates bundle in PEM bundle format when you configure log forwarding.
-
-