Hello,
On a specific service, I want to define my workflow names based on url path in order to follow key business actions on a web app.
My wish :
/api/v1/products
/api/v1/partners
/api/v1/users
And also I want to mask or replace all IDs on the URL with a regex pattern :
Do you have an idea how to do that on splunk APM ?
Thank you.
Regards Aurélien.
In addition :
The workflow named : http://myapp.mydomain.com/api/v1/orders/one/simulate-price
Should be tranform to : /api/v1/orders
The workflow named : http://myapp.mydomain.com/orders/0000122587/simulate-price/small/piece
Should be tranform to : /orders/?/simulate-price/
Thx