Discussion Feed
01-06-2021
10:18 PM
Hi Ashley
When you do a curl test to the AppDynamics URL using the proxy what response do you get?
curl -I -x <proxy hostname>:<proxy port> --proxy-user username:password https://<appd fqdn>.saas.appdynamics.com
And also what proxy server are you using , nginx, squid?
Ciao
... View more
01-06-2021
10:02 PM
1 Kudo
Hi Akka
If you are referring to a SaaS Controller hosted by AppDynamics, you need to log a support case to AppDynamics with your request.
They will advise and assist you with implementing what you require.
Any hosted AppDynamics Controller on the xxx.saas.appdynamics.com domain are managed by AppD themselves and you will have no direct access to the Controller.
Ciao
... View more
01-06-2021
09:44 PM
1 Kudo
Hi
As the health rule does not have the option to use the "in list" condition, you will have to revert to regex
Just a simple test would look like this, that would match any BT name that does not have the following 2 words in the name
^(?!.*(_CatchAll|GetCSS.aspx)).*$
Not exactly sure how AppD would want the syntax and if it will work as above, however this piece works in normal regex
Ciao
... View more
12-18-2020
01:15 AM
Hi
Can you ensure that the communication is open from your server to the AppD Controller?
Can use telnet command as below, just replace with your controller fqdn
telnet appd.saas.com 443
Ciao
... View more
12-18-2020
01:10 AM
1 Kudo
We had many similar cases, and how we configured it was to append/prefix the node name with the Cluster name.
That way you can use the dashboarding/reporting feature to split out the performance per cluster.
All depending on how you would like to visualize the data:) Would determine what you can do
Ciao
... View more
12-16-2020
03:26 AM
Hi Ajay
Please log a request to AppD Support, there is a feature flag they can set that resolves this problem, to ignore the empty values for the calculation to work correctly.
Ciao
... View more
12-13-2020
04:49 AM
Hi
Yes you can use something like below depending on where the value is, invoked object, return value or parameter value. Where xmlpart1 and xmlpart 2 are variables and should be replaced with the string pieces which precede the value you are looking for and after, to capture the tag
ToString().Split(string/xmlpart1).[1].Split(string/xmlpart2).[0]
Ciao
... View more
12-03-2020
02:20 AM
Hi Mohamed
you can use the replaceAll Function
.toString().replaceAll(1, Pending ).replaceAll(2, Approved ).replaceAll(3, Rejected )
Ciao
... View more
12-03-2020
12:54 AM
1 Kudo
Hi Rohit
Dexter is loaded on Github,w ith full detail around how it works etc.:)
https://github.com/Appdynamics/AppDynamics.DEXTER
Ciao
... View more
11-30-2020
01:24 AM
Hi Chandan
You can use the below, should give you what you require
curl --user user@account:password -X PUT -H "Content-Type: application/json" -d '{"enabled":"true"}' https://<AppD FQDN>/controller/alerting/rest/v1/applications/<application-id>/health-rules/<healthrule-id>/configuration
Ciao
... View more
Latest Activity
- Got a Kudo for Re: How can I start and stop a SaaS Controller?. 01-14-2021 01:23 PM
- Got a Kudo for Re: Health Rule - Affected Entities. 01-07-2021 01:32 AM
- Posted Re: Accessing the SAAS Rest APIs through a corporate Proxy - curl command on Controller (SaaS, On Premise). 01-06-2021 10:18 PM
- Posted Re: How can I start and stop a SaaS Controller? on Controller (SaaS, On Premise). 01-06-2021 10:02 PM
- Posted Re: Health Rule - Affected Entities on Controller (SaaS, On Premise). 01-06-2021 09:44 PM
- Got a Kudo for Re: business transaction per tier. 12-18-2020 05:02 AM
- Posted Re: .Net agent not registering with SaaS Controller on NET (Agent, Installation). 12-18-2020 01:15 AM
- Posted Re: business transaction per tier on Controller (SaaS, On Premise). 12-18-2020 01:10 AM
- Posted Re: When there is no data for a metric, it is not allowing me to use that in the expression on Dashboards. 12-16-2020 03:26 AM
- Posted Re: .net Split transaction based on xml parsing on NET (Agent, Installation). 12-13-2020 04:49 AM
- Got a Kudo for Re: MIDC creation. 12-08-2020 08:56 AM
- Posted Re: How to map values from number to string in data collectors on Business iQ (Analytics). 12-03-2020 02:20 AM
- Got a Kudo for Re: Fetching List of applications with last 6 months data. 12-03-2020 12:57 AM
- Posted Re: Fetching List of applications with last 6 months data on Controller (SaaS, On Premise). 12-03-2020 12:54 AM
- Got a Kudo for Re: MIDC creation. 11-30-2020 11:03 AM
- Got a Kudo for Re: Fetching List of applications with last 6 months data. 11-30-2020 10:32 AM
- Got a Kudo for Re: How to display WCF operation name which is hidden by a custom detection rule. 11-30-2020 05:04 AM
- Posted Re: Unable to enable health rule using curl command on Controller (SaaS, On Premise). 11-30-2020 01:24 AM
- Posted Re: MIDC creation on Java (Java Agent, Installation, JVM, and Controller Installation). 11-29-2020 10:19 AM
- Posted Re: How to display WCF operation name which is hidden by a custom detection rule on NET (Agent, Installation). 11-29-2020 10:12 AM
Community Stats
Date Registered | 07-03-2019 02:39 AM |
Date Last Visited | 01-09-2021 01:21 AM |
Total Messages Posted | 93 |
Total Kudos Received | 63 |