Discussion Feed
03-11-2019
10:24 PM
Hi Ashok,
No, as per the current product behavior it is not possible to display data from another controller into the dashboards. However, you can achieve this using below steps
1. Create a dashboard on controller1 and mark it as a shared dashboard.
2. Create a dashboard with Iframe widget on controller2 and copy the shared url in the Iframe widget. You would be able to see the data from the controller1.
In the above case, the dashboard should be shared. Please check attached ss and follow below docs for more info, let me know if that helps.
https://docs.appdynamics.com/display/PRO45/Widgets
Thanks,
Yogesh
... View more
11-15-2018
11:03 PM
Hi
The usage of wildcards is not supported in custom metrics. There is an enhancement raised already for this.
Thanks,
Yogesh
... View more
10-19-2018
01:58 AM
1 Kudo
Hi,
We do not have REST API to delete the health rule. However, here is the way to do delete health rules:
Get the Health rule Id using below command from the database
Select id, name from policy where name like '%health_rule_name%';
Get the JESSIONID and X-CSRF-TOKEN for the user having login access to controller UI:
curl -i --user admin@customer1:admin http://localhost:8090/controller/auth?action=login
HTTP/1.1 200 OK cache-control: no-cache, no-store, max-age=0, must-revalidate Pragma: no-cache Expires: Thu, 01 Jan 1970 00:00:00 GMT Set-Cookie: JSESSIONID=8edd9e48f2ec26cbeeb6f24126b5; Path=/controller; HttpOnly Set-Cookie: X-CSRF-TOKEN=46f1d4590d4955d55a1428e53b8d495fd57bdcd7 Date: Fri, 28 Jul 2017 11:21:15 GMT Content-Length: 0
Run the following CURL call with JESSIONID and X-CSRF-TOKEN from step 1?
curl -X POST -H "Cookie:JSESSIONID=8edd9e48f2ec26cbeeb6f24126b5;" -H "X-CSRF-TOKEN:46f1d4590d4955d55a1428e53b8d495fd57bdcd7" -H "Content-Type: application/json" -H "Accept: application/json" http://localhost:8090/controller/restui/health_rules/delete -d [Health_rule_ids]
PS: replace localhost, port and credentials and Health_rule_ids as required.
Thanks,
Yogesh
... View more
10-16-2018
05:27 AM
1 Kudo
Hi,
You can use custom (any metric) option to plot Business transaction performance metrics where you can select individual nodes. (see attached ss) Let me know if that helps.
Thanks,
Yogesh
... View more
09-19-2018
05:18 AM
Thank you
... View more
09-19-2018
04:28 AM
Hi,
Currently this is not supported, we do have an internal request which take care of this, but as of now there is no ETA.
Thanks,
Yogesh
... View more
09-19-2018
04:06 AM
Hi Kai,
The new user is created in the AppDynamics database once the user is logged in, did you try to login after the login? Let me know if we can have a call to discuss the issue.
Thanks,
Yogesh
... View more
09-14-2018
01:51 AM
1 Kudo
Hi Nishant,
Please go through the below documentation and let me know if it helps.
https://docs.appdynamics.com/display/PRO45/RBAC+API#RBACAPI-CreateGroup
https://docs.appdynamics.com/display/PRO45/RBAC+API#RBACAPI-CreateRole
Thanks,
Yogesh
... View more
09-06-2018
11:09 PM
Hi,
It is not feasible to query the specific data among multiple snapshots. To achieve this, you can get complete snapshots as per the below documents.
https://docs.appdynamics.com/display/PRO45/Metric+and+Snapshot+API#MetricandSnapshotAPI-request-snapshotsRetrieveTransactionSnapshots
You can also export the data into PDF as attached ss. Let me know if that helps.
Thanks,
Yogesh
... View more
09-05-2018
03:15 AM
1 Kudo
Hi Ketan,
As of now, you can only assign the permissions to the roles using the controller UI only.
Thanks,
Yogesh
... View more
Latest Activity
- Got a Kudo for Re: How do i export all captured Business Transaction for given tier to Excel?. 06-13-2020 03:29 AM
- Got a Kudo for Re: Can i configure Database Agent Availability Alert. 05-05-2020 04:57 PM
- Got a Kudo for Re: How can I get the Database application IDs. 02-12-2020 09:20 PM
- Got a Kudo for Re: Required Database Query to fetch Application and Server details from AppDynamics Controller. 02-12-2020 02:30 PM
- Got a Kudo for Re: RBAC Management Automation. 02-12-2020 01:18 PM
- Got a Kudo for Re: Controller Shutdown Fails Due to Running Job - Controller Update ES URL. 02-11-2020 02:30 PM
- Got a Kudo for Re: ssl setting. 02-11-2020 02:25 PM
- Got a Kudo for Re: proper controller uninstallation procedure. 02-11-2020 02:18 PM
- Got a Kudo for Re: REST API access 401 error. 02-10-2020 03:39 PM
- Got a Kudo for Re: How to configure SAML authentication with trust from the Service Provider?. 02-10-2020 03:29 PM
- Got a Kudo for Re: Error while Setting up the On-Prem Controller. 01-27-2020 01:05 PM
- Got a Kudo for Re: What is the retention period for database level data. 01-27-2020 10:56 AM
- Got a Kudo for Re: How to create Health rule for WebSphere MQ ???. 01-27-2020 08:44 AM
- Got a Kudo for Re: Seeking Best Practice for Global Controller Configuration. 01-26-2020 10:33 PM
- Got a Kudo for Re: Automating scheduled reports. 01-09-2020 03:50 PM
- Got a Kudo for Re: Template for Health Rule and Basic Custom Configuration. 01-08-2020 03:08 PM
- Got a Kudo for Re: Removing inactive applications. 01-08-2020 01:49 PM
- Got a Kudo for Re: How can I increase the metric aggregation bucket?. 01-08-2020 01:40 PM
- Got a Kudo for Re: Access to Controller Log Files. 01-08-2020 01:39 PM
- Got a Kudo for Re: my scheduled reports show timezone as GMT +2500 but my time zone is +05:30. 01-08-2020 01:16 PM
Community Stats
Date Registered | 07-26-2016 01:25 AM |
Date Last Visited | 02-05-2021 12:04 AM |
Total Messages Posted | 195 |
Total Kudos Received | 35 |