Filter url's in Browser agent
search cancel

Filter url's in Browser agent

book

Article ID: 384132

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

How to filter properly the URIs/URLs from the 

Sample: (assuming there are multiple apps running)

 

# Changing this property does not require restarting the Monitored Process

introscope.agent.browseragent.autoInjection.appID=xxxxx

 introscope.agent.browseragent.autoInjection.hksunsmartuat.snippetLocation=../xxxxx           

 #introscope.agent.browseragent.autoInjection.hksunsmartuat.includeURLsRegex=.*xx.xx.x..x.xxxx*

introscope.agent.browseragent.autoInjection.hksunsmartuat.includeURLsRegex=.*

                  tried using the .*xx.xx.xx.x*, but did not work

                 what only works is  .*  (but this catches all, this is only good if the app is dedicated on a server)

Environment

Release: APM 24.1

Component: Browser Agent

Resolution

Try the following regex 

introscope.agent.browseragent.autoInjection.hkcepuat.includeURLsRegex=.*\/example\/.*
introscope.agent.browseragent.autoInjection.hkcepstaffwebuat.includeURLsRegex=.*\/example1\/.* 

And set the below property to blank.

introscope.agent.browseragent.snippetString=.