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
09-17-2019 01:31 PM
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!
Solved! Go to Solution.
09-18-2019 10:46 AM - edited 09-18-2019 10:47 AM
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
09-18-2019 11:03 AM
I am looking at the error detection now, thank you very much for the direction.
09-18-2019 11:21 AM
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
09-18-2019 11:24 AM
Here's some additional documentation that might help:
https://docs.appdynamics.com/display/PRO45/Error+Detection
09-18-2019 11:30 AM
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.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form