Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
04-02-2024 02:45 AM - last edited on 04-02-2024 10:00 AM by Ryan.Paredez
I am inputting my regex in PCRE format and it's still not working. I am trying to exclude all static resources in one Regex.
(?i).*\.(jpeg|jpg|png|gif|jpeg|pdf|txt|js|html|tff|css|svg|png|pdf|dll|yml|yaml|ico|env|gz|bak)$
Solved! Go to Solution.
04-04-2024 10:46 AM
It's been a few days and it seems the Community has not jumped in with a reply. Did you happen to make a discovery or find a solution you could share?
If you have not, you can try contacting AppDynamics Support:
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
04-22-2024 03:59 AM
I have found solution. for PHP Agent regex needs to wrapped in # sings. After i used my regex as below it worked
#(?i).*\.(jpeg|jpg|png|gif|jpeg|pdf|txt|js|html|tff|css|svg|png|pdf|dll|yml|yaml|ico|env|gz|bak)$#
04-22-2024 09:17 AM
Thank you for coming back to the community and sharing the solution!
Thanks,
Ryan, Cisco AppDynamics Community Manager
Found something helpful? Click the Accept as Solution button to help others find answers faster.
Liked something? Click the Thumbs Up button.
Check out Observabiity in Action
new deep dive videos weekly in the Knowledge Base.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form