Hi,
we are getting below error pop up for internal event service
"the supplied auth information is incorrect or not authorised"
Event services are ruuning in services.msc
kindly help us in this issue.
Regards,
Mandar
Hi, looks like that widget is only for analytics data, check this for more info:
https://docs.appdynamics.com/display/PRO42/Using+Widgets+to+Visualize+Analytics+Data
Mandar,
You need to configure the controller key in the events-service api property file and below is the steps you can use to configure it.
Configure the connection to the Events Service in the Controller, and get the Controller key for the Events Service configuration as follows:
appdynamics.analytics.server.store.url
.appdynamics.analytics.server.store.controller.key
. Copy the value of the property to your clipboard. You will need configure this in the Events Service properties file next.
Configure the connection from the Events Service to the Controller:
In a terminal, navigate to the events-service
directory:
cd events-service
Open the conf\events-store-api-store.properties
file for editing
Find the following property and replace controller-key
with the copied key:
ad.accountmanager.key.controller=controller-key
You can refer the below doc links for further clarification on the same.
Reference:
https://docs.appdynamics.com/display/PRO42/Install+the+Events+Service+on+Windows