Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
06-27-2019 01:20 AM - last edited on 04-14-2020 11:54 AM by Ryan.Paredez
How can I set the Controller's Port using Environmentvalriable?
whether it will be like below.
{ "controller": { "host": "%APPDYNAMICS.CONTROLLER.HOSTNAME%", "port": %APDDYNAMICS.CONTROLLER.PORT%, } }
I don't think it's correct. Is there any way we can inject the port environment variable.
I used https://docs.appdynamics.com/display/PRO45/AppDynamicsConfig.json+File
Also the host value which I was reading from the Environment variable, whether it's correct?
"host": "%APPDYNAMICS.CONTROLLER.HOSTNAME%",
07-27-2019 11:57 AM - last edited on 04-14-2020 11:54 AM by Ryan.Paredez
You can set the environment variable APPDYNAMICS_CONTROLLER_HOST_NAME in the Environment variables of the machine (or process) like any other environment variable. This will override the JSON values that are set.
Linux
export APPDYNAMICS_CONTROLLER_HOST_NAME=yourcontroller
Windows
setx APPDYNAMICS_CONTROLLER_HOST_NAME=yourcontroller
Note: setx is part of Windows 2008 and higher and will take effect in new sessions / command prompts. It is persistant unlike the set command.
User | Count |
---|---|
2 | |
2 | |
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