Disabling Log Analytics in Siebel CRM
You can disable OCI logging that was enabled earlier through the
enable_oci_log_analytics parameter. Setting the value of
enable_oci_log_analytics to false stops the streaming
of logs to OCI Logging Analytics.
To disable OCI logging, include the enable_oci_log_analytics parameter
in the Siebel CRM deployment payload as follows:
{
"observability": {
"enable_oci_log_analytics": false
}
}
For more details on the payload elements, see the "observability" parameters in Parameters in Payload Content.