Dashboard

What is Dashboard?

Dashboard is the main page to summarize all the important data.

Jobs Summary

Here we have the summary for all the current jobs.

Running: The current jobs that are running in the background Scheduled: The current scheduled jobs to run in the future. Synced: The current jobs that are finished. Cancelled: The jobs that are cancelled

Endpoints Summary

We have the summary of all endpoints here.

Sources: All the endpoints that are used to be sources of jobs. Destinations: All the endpoints that are used to be destination of jobs. Unused: All the endpoints that are not used for source neither destination of any job.

Active Transactions Summary Table

Here we have the summary table for all the current running transactions/jobs. Here we can view the Name, Category, number of source/destinations endpoints visualization, also a status of the transaction.

The status has 4 attributes.

  1. total content delivered a. This is the total number of contents that have successfully been delivered to the destination(s).

  2. total content errored a. This is the total number of contents that failed to deliver to the destination(s).

  3. queued messages a. This is the total number of messages waiting to be handled.

  4. running messages a. This is the total number of messages currently active.

The queued messages and running messages can be used to give a general status of if a transaction needs to be canceled or not. If the numbers have not altered in some time, it may be best to check the transaction messages for errors and may need to cancel the job as the transaction has processed as much as it can.

We can also make some actions to the current active transaction/job by clicking the arrow in Action columns

Cancel Job: Stop the running transaction/job. Show More Details: Open a modal to show more detail of this transaction/job.

Finished Transactions Summary Table

Here we have the summary table for all finished transactions/jobs. Here we can view the Name, Category, number of source/destinations endpoints visualization like the Active Transactions table. But the different is here we can view the number of difference between endpoints of each transaction.\

We can also make some actions to the current finished transaction/job by clicking the arrow in Action columns

Run Diff Report: Bring you to the diff report page of this transaction. Show More Details: Open a modal to show more detail of this transaction/job.

Last updated