I have multiple projects and each day the job are run for multiple projects.
The current dasboard shows the job status for all jobs and not for individual projects.
For EX
Prj-A Job/Template-1/Run only 1
Prj-B Job/Template-2/Run only 5
Prj-C Job/Template-3/Run only 7
Prj-D Job/Template-4/Run only 2
The dashboard shows the jobs are successfully run multiple times and there is no way to fileter them down to a single job or project.
Is there a option where we can create a dashboard for each project and the numer of times the job ran successfully.
AWX provides minimal dashboard features. If you need more detailed ones, there’s an option to export the events to an external logging tool like Splunk where you can create your own dashboards.
Yes, external logging can be enabled easily from Settings under logging. You just need to create a HTTP Event Collector token in Splunk which can be used to integrate with AWX. Post that whatever jobs are executed, they are sent as JSON events to Splunk which can be used to create reports/dashboards. We are doing the same to report site up time status, total events, authentication logs, changes and many more details.