Splunk AppDynamics

How do I exclude a BT from within All Other Traffic?

Link_Ponder
Explorer

Short and sweet, we have a need to exclude a BT from All Other Traffic - TIERNAME but have not figured it out.  Any input on how to get these to ignored so they do not show errors in the dashboard would be helpful.  Thanks!

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

millerep
Contributor
0 Karma

millerep
Contributor

I think you can do it one of two ways. The first way is to click on the the "Applications" tab, then click on the application with the error you want to ignore. Once you're on the Application Dashboard, you can then click on "Configuration" on the side menu, then "Instrumentation." From there, click on "Error Detetection" and then click on the sub-tab for the language your BT is written in (i.e. java, .Net, php, etc.), and add the BTs to the appropriate "ignore" box (i.e. exception, message, catagories)

The other way is to edit the app-agent-config.xml file in the <agent_home>/<version_number>/conf/app-agent-config.xml folder on your server and edit it out from there so it doesn't even report to the Controller. To do that you can follow this documentation: https://docs.appdynamics.com/display/PRO45/Filter+Sensitive+Data

0 Karma

Link_Ponder
Explorer

I am looking at the error detection now, thank you very much for the direction.

0 Karma

Link_Ponder
Explorer

Taking what you gave me and munging it with some other work I did with detecting some loadrunner headers...

Example to excllude BTs named /my/example

Configuration -> Instrumentation - Transaction Detection
Add
Agent Type = Java
Entry Point Type = Servlet
Summary tab
Exclude Transactions discovered by this rule
Name = Custom - Exclude /my/example
Priorty = 10
Scope = Default Scope
Rule Configuration tab
URI = Equals : /my/example
Save

0 Karma

millerep
Contributor

Here's some additional documentation that might help:

https://docs.appdynamics.com/display/PRO45/Error+Detection

0 Karma

Link_Ponder
Explorer

Yes, perfect.  I have used that for ignoring 400 errors.  I think I am golden with your help.  Thank you Eric.

We are green here and I am learning as I go and will be leveraging the community and sharing in return as we move forward.

0 Karma
Get Updates on the Splunk Community!

New This Month - Splunk Observability updates and improvements for faster ...

What’s New? This month, we’re delivering several enhancements across Splunk Observability Cloud for faster and ...

What's New in Splunk Cloud Platform 9.3.2411?

Hey Splunky People! We are excited to share the latest updates in Splunk Cloud Platform 9.3.2411. This release ...

Buttercup Games: Further Dashboarding Techniques (Part 6)

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