IBM Cloud Docs
Checking the available Logging agent versions

Checking the available Logging agent versions

Before specifying a version, you can check the available Logging agent versions.

Do the following to check the available Logging agent versions.

  1. Login to IBM Cloud using the CLI.

    For detailed instructions about logging in using the IBM Cloud CLI, see ibmcloud login.

  2. Set the cr region to global by using the command:

    ibmcloud cr region-set global
    
  3. Run the following command:

    ibmcloud cr images --restrict ibm/observe/logger-agent-plugin
    

    The following is an example results of the command:

    Repository                               Tag      Digest         Namespace   Created        Size     Security status
    icr.io/ibm/observe/logger-agent-plugin   1.6.0   6a34ea510a4f   ibm         2 months ago    102 MB   -
    icr.io/ibm/observe/logger-agent-plugin   1.6.1   0265b85c698e   ibm         1 month ago     109 MB   -
    

    Choose the desired version (for example 1.6.1) when running the installation command with the -v flag.