Splunk AppDynamics

.net Split transaction based on xml parsing

Sean_Sweitzer
New Member

I have a method which takes in a single argument that is an xml string.  Is there a way to split these transactions based on a tag in the xml?

Labels (1)
Tags (1)
0 Karma

Morelz
Motivator

Hi

Yes you can use something like below depending on where the value is, invoked object, return value or parameter value. Where xmlpart1 and xmlpart 2 are variables and should be replaced with the string pieces which precede the value you are looking for and after, to capture the tag

ToString().Split(string/xmlpart1).[1].Split(string/xmlpart2).[0]

Ciao

0 Karma
Get Updates on the Splunk Community!

Developer Spotlight with William Searle

The Splunk Guy: A Developer’s Path from Web to Cloud William is a Splunk Professional Services Consultant with ...

Major Splunk Upgrade – Prepare your Environment for Splunk 10 Now!

Attention App Developers: Test Your Apps with the Splunk 10.0 Beta and Ensure Compatibility Before the ...

Stay Connected: Your Guide to June Tech Talks, Office Hours, and Webinars!

What are Community Office Hours?Community Office Hours is an interactive 60-minute Zoom series where ...