Splunk Observability Cloud

How to define rules for business workflow naming ?

AurelienGravier
Engager

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 :

AurelienGravier_0-1674045331305.png

Do you have an idea how to do that on splunk APM ?

 

Thank you.
Regards Aurélien.

 

Labels (1)
0 Karma

AurelienGravier
Engager

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

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...