- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to define rules for business workflow naming ?
AurelienGravier
Engager
01-18-2023
04:45 AM
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 :
- Remove the domain name
- Use the 3 first segments of URL Path to use them as workflow name, for example :
/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.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
AurelienGravier
Engager
01-18-2023
04:50 AM
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
