copyright | lastupdated | keywords | subcollection | ||
---|---|---|---|---|---|
|
2025-01-10 |
logging, cloud logs, logs, log analysis, containers |
openshift |
{{site.data.keyword.attribute-definition-list}}
{: #cloud-logs-migration}
Log Analysis and Activity Tracker are deprecated and support ends on 28 March 2025. For more details about the deprecation, including migration steps, see Migrating to Cloud Logs. {: deprecated}
You need to migrate if your clusters are using the deprecated logging agent.
Additonally, the observability CLI plug-in ibmcloud ob
and the v2/observe
endpoints are deprecated and support ends on 28 March 2025. You can now manage your logging and monitoring integrations from the console or through the Helm charts.
{: #migrate-check}
Check if your clusters are using the deprecated agent.
-
Run the following command. If you a logging config is returned, you must migrate your existing Log Analysis and Activity Tracker instances to Cloud Logs instances.
ibmcloud ob logging config ls --cluster <cluster>
{: pre}
-
The Cloud Logs service has provided migration guides for moving your instances. For more information, see Migrating instances.
{: #migrate-cloud-logs-clusters}
After you’ve migrated your Log Analysis and Activity Tracker instances to Cloud Logs, you must migrate your clusters to use the new instances.
You can migrate your clusters from the Console or by using the CLI.
{: #cloud-logs-console-enable}
- From the cluster dashboard, disable Log Analysis and Activity Tracker.
- Enable the Cloud Logs integration.
{: #cloud-logs-cli-enable}
-
Delete your deprecated logging config.
ibmcloud ob logging config delete --cluster INSTANCE --instance INSTANCE
{: pre}
-
Enable the Cloud Logs Helm chart in your cluster. For more information, see the following links
{: #monitoring}
Because the ibmcloud ob
plug-in is deprecated, if you have a monitoring agent installed that used the deprecated plug-in, you must migrate to a new agent.
-
Check whether you need to migrate by running the following command.
ibmcloud ob monitoring config ls --cluster <cluster>
{: pre}
-
Delete the monitoring config.
ibmcloud ob monitoring config delete --cluster INSTANCE --instance INSTANCE
{: pre}
-
Install the new monitoring agent. For more information, see the following links.