Deployments Audit

The Deployments Audit page contains a list of all the deployments of the applications and contains a summary of the following:

  • Applications

  • Deployments

To see the Deployments Audit page, click on “Audit” from the application dashboard, and the Deployments Audit screen appears as shown in the image below:

In the above image, the list of deployments is displayed and has the following details:

  • Application – This column shows the application

  • CD Tool – This column shows the Argo Instance

  • Deploy Started at - This column shows the deployment start time

  • Deployed at - This column shows the deployment end time

  • Duration - This column shows the time taken for the deployment process to complete

  • Source Repository URL - This column shows the URLs of the source repos where the manifest files are saved.

  • Source Path - This column shows the folder names in the repository where the manifest files are saved.

  • Target Revision: This column shows the revision number, which refers to the most recent revision in a repository.

  • Revision: This column shows the git repo commit ID.

  • Project: Name of the project this application belongs to.

Show/Hide Columns

You can opt to show or hide these columns in the list available. To do so, click the menu icon as shown in the image below:

The list of available columns will appear. You can select/deselect a particular column from the drop-down to add/remove it from the deployments table as shown below:

Let’s take an example where you have around 200 deployments on the list. However, if you'd like to see the details of a specific application deployment or set of deployments, you can use this option to simply search for deployment by application name or any other parameter data.

Select Time Range

You can also filter the deployments of applications for a specific period. To do so, click the “Last 7 Days” drop-down as shown in the image below.

Select CD Tool

You can also filter the deployments of applications for a specific CD Tool. To do so, click the “All” drop-down as shown in the image below.

Download Deployments Audit History

To download the .csv file of Deployment Audit History, Click on the download icon as shown in the image below.

Last updated