Verification History

The Verification History page displays the Verification Gate executions. ISD provides a Verification Gate to analyze logs from your Target Application and this can be inserted as a Stage in your CI/CD Pipeline. The Verification Gate is inserted into the pipeline in your application using Pipeline Builder. When the pipeline is run, the Gate executions that occur there appears in the verification history page.

The appropriate metric and log data sources such as Prometheus and Elastic must be configured before using this functionality.

The Verification Gate is inserted to a pipeline in your application using Pipeline Builder -> Add Stage. Refer Verification.

When pipelines are run and the gate executions are successful, the verification history data is displayed in this page.

  1. Click on any Application.

  2. Click Verification History from the options displayed on the left. The verification history page is displayed.

The top panel of the page displays the given tabs related to gate executions:

  • Total Verifications - This indicates the total number of verifcations for the given service.

  • Successful - This indicates the total number of verifications that are successful.

  • In Review - This indicates the total number of verifications that are in review

  • Failed - This indicates the total number of verifications that failed.

  • Cancelled - This indicates the total number of verifications that were cancelled.

The following details of the gate executions are displayed in the bottom :

  • Service: It lists the name of the selected service.

  • Pipeline: It lists the name of the pipeline which is executed.

  • Gate Name: It lists the selected gate name.

  • Status: It displays the status of the gate execution, whether it is successful or failed.

  • Run Id: It displays the execution count.

  • Score: It displays the score of the execution.

  • Start Time: It displays the starting time and date of the execution. The time displayed can be sorted from newest to oldest or oldest to newest time range.

  • Triggered By: It displays the name of the user who has triggered the execution.

  • Duration: It displays the time taken for the execution.

  • Url: It displays the Url of the given execution .

You can select the required columns that need to be displayed using the Show/ Hide Columns button.

You can select the time period for which you want the approvals to be displayed varying from Last 1 Day to Last 6 Months by clicking the Last 7 Days dropdown.

Last updated