AppD Archive

BT Match rules - ignore case sensitivity

CommunityUser
Splunk Employee
Splunk Employee

Hi how can we create custom match BT's that ignores the case sensitivity ?

I want to create a BT that matches both /page/velkommen.aspx and /Page/Velkommen.aspx

Best regards

Rasmus

0 Karma

Arun_Dasetty
Super Champion

Hi Rasmus,

Can you please try defining following rule options and let us know if that helps:

Custom rule-1:

=========
type: ASP.NET
under "Transaction Match criteria" tab:
URI (Matches regex) option:
precced regex with "?i" (without quotes) which makes the regex case insensitive.

=========


Custom rule-2:

=========
type: ASP.NET
under "Transaction Match criteria" tab:

URI (Is in List) option : "/page/velkommen.aspx, /Page/Velkommen.aspx" (without quotes)
=========

Thanks,

Arun

CommunityUser
Splunk Employee
Splunk Employee

Thanks was very close 🙂

After some testing I found out that this is the correct URI regex to use "(?i)/about.aspx"

0 Karma

CommunityUser
Splunk Employee
Splunk Employee

This information is in the AppDynamics Pro documentation: http://docs.appdynamics.com/display/PRO13S/Regular+Expressions+In+Match+Conditions

0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...