---
name: cloud-logs-agent-version
title: Checking the available Logging agent versions
description: Before specifying a version, you can check the available Logging agent versions.
last-updated: 2025-08-13
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/cloud-logs?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# Checking the available Logging agent versions
{: #check-agent-versions}

Before specifying a version, you can check the available Logging agent versions.
{: shortdesc}

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](https://cloud.ibm.com/docs/cli?topic=cli-ibmcloud_cli&format=markdown#ibmcloud_login).
    {: tip}

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

    ```text
    ibmcloud cr region-set global
    ```
    {: codeblock}

3. Run the following command:

    ```text
    ibmcloud cr images --restrict ibm/observe/logger-agent-plugin
    ```
    {: codeblock}

    The following is an example results of the command:

    ```screen
    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   -
    ```
    {: screen}

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