Splunk AppDynamics

BT instrumentation for HTTP calls

CommunityUser
Splunk Employee
Splunk Employee

Hello,

We are trying instrument BTs for the below sample HTTP request.

  1.   http://applicationname.net/demo/rest/user/{USER-ID}/[{APP-ID}]

    Note: <USER-ID> and <APP-ID> are dynamics segments.

    Requirement is to capture BT as : rest/user/[{APP-ID}]. That means skip <USER-ID> in BT naming

  2. http://applicationname.net/demo/rest/user/{USER-ID}Requirement is to capture BT as : rest/user. That means skip <USER-ID> in BT naming

Note that all these HTTP reqest are generating from same tier and captured as servet call on AppD.

How can I write the rule for this? Please find the screen shot of rule defined ( which is not giving the expected result)

image.png

Labels (3)
0 Karma

Peter_Holditch
Builder

Shritha,

I think you need to split on segment 5 instead of segment 6.

Please let me know if that helps.

warm regards,

Peter

Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...