Does splunk allow a new page to resubmit transaction?
Here is my context:
I see failures in dashboard, and I already have the payload.
Can I create an html page/ provision out some way so that I can use this for resubmit payload?
Here is what I can think of:
In the failure page, add an additional button and invoke a different URL and pass payload, deploy an additional backend component (not in deploy ) where it will listen to URL mentioned above, and do necessary resubmission work.
↧