Splunk AppDynamics

Business transaction detection with regex: Impact on .NET app agent or controller

Thierry_QUESSAD
Engager

Hello,

I am trying to regroup Business transaction by features and I am searching where the regex is executed for transaction detection.

I would like to regroup theses BT with a regex:
/store-11111-name-for-the-store.aspx
/store-22222-name-for-the-store-longer.aspx
/store-3333333-short-store-name.aspx

The regex that will be used:

\/store-\d*(-\w*)*\.aspx

Does anyone know if the regex is evaluated on the agent or on the controller?

Thank you for any answer.

Labels (1)
Tags (1)
0 Karma
1 Solution

Hiroki_Ito
Contributor

Hi @Thierry.QUESSADA ,

Thank you for posting to the community.

I believe you are using custom match rules to group business transactions, and the regex is evaluated on the agent side.
By looking at agent's logs, you can see that the agent is reporting grouped business transaction.

Please see the document below for logging of .NET agent.

In the AgentLog.txt, you can search "BTRegistrationChannel Sending transactions to register" and see agent registers a business transaction.

Best Regards,

Hiroki

View solution in original post

Hiroki_Ito
Contributor

Hi @Thierry.QUESSADA ,

Thank you for posting to the community.

I believe you are using custom match rules to group business transactions, and the regex is evaluated on the agent side.
By looking at agent's logs, you can see that the agent is reporting grouped business transaction.

Please see the document below for logging of .NET agent.

In the AgentLog.txt, you can search "BTRegistrationChannel Sending transactions to register" and see agent registers a business transaction.

Best Regards,

Hiroki
Get Updates on the Splunk Community!

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL

Splunk AI Assistant for SPL | Key Use Cases to Unlock the Power of SPL  The Splunk AI Assistant for SPL ...

Buttercup Games: Further Dashboarding Techniques (Part 5)

This series of blogs assumes you have already completed the Splunk Enterprise Search Tutorial as it uses the ...

Customers Increasingly Choose Splunk for Observability

For the second year in a row, Splunk was recognized as a Leader in the 2024 Gartner® Magic Quadrant™ for ...