I am attempting to set up some sort of dashboard using Blue Prism data, I am new to splunk and my research into attempting what I am doing has failed. I am trying to set up a chart that shows the average completion time of each automation that we have running in Blue Prism
The sample data from Blue Prism:
currprocessname: Auto Payoff
currprocesstype: 0
eventId: endProcess
mainprocessid: a2672568-5faf-4ebe-a3d8-d16542fb7a96
mainprocessname: Auto Payoff
pageid: 00000000-0000-0000-0000-000000000000
pagename: Main Page
stagename: End2
when: 2019-09-30T15:01:11.5075516Z
What I am trying to do is figure out the completion time of each process. This would be determined by figuring out how much time passed between the stagename values "Start" and "End" on the pagename "Main Page". The chart would have the mainprocessname on the X axis and time on the Y axis.
Any advice or assistance would be greatly appreciated.
↧