Has anyone tried calculating success rate in Kibana of all the processes?

I am trying to see if I can calculate success rate overall in Kibana without introducing code changes to any of the processes. Has anyone had any experience doing this?

We have had the queue items data for different processes to calculate the success rate. The queue status and the data was designed to provide the information.

Not sure what are the parameters already in the code for your processes. If queue is there, it’ll be easier.

If not, one thing can be suggested is, you can filter the jobs and distinguish the ones without any error and with error.

This can be done having the entire job count/data in one container and for failed ones you need to apply logic to pick jobs that are having no error level log in them