Can I change the default attribute update interval from 5 minute to my own interval ?
- Yes. You can change the update time to your convenient value.
- To do this go to Applications Manager home > working > apminsight >conf > apminsight.properties
- Enter your convenient interval time(in minutes) for the below mentioned key
attribute.update.timeinterval
|
New to ADSelfService Plus?
Related Articles
How to change AppManager credentials/EUM API Key?
How to change AppManager credentials/EUM API Key in console mode or directly from file? For EUM Agent version 18 and above: Go to [EUM_HOME]/conf folder. Open AppServer.xml in a text editor. Remove encryptedKey attribute and add new attribute apikey ...
How to change Applications Manger's Host and Port in EUM Agent?
How to change Applications Manager's port and hostname via console mode or directly through the file? Go to [EUM_HOME]/conf folder. Open AppServer.xml in a text editor. Search for "host" and "port" attribute in the xml file. Replace the existing ...
How can I update the server IP in the database?
Follow these steps to update the server IP in the database: 1) Execute <AppManager_Home>\bin\troubleshooting\UpdateIP.bat file with the old and new hostname as arguments. For example, updateIp.bat [mysql port] [previous IpAddress] [new ...
How do I update the server name in the database?
Here is how you can update the server name in the datatbase: 1) Execute <AppManager_Home>\bin\troubleshooting\updateHostName.bat file with the old and new hostname as arguments. For example: updateHostName.bat [mysql port] [previous hostname] ...
How to change agent log directory or redirect logs to console?
By default, agent logs are written to a log file in the specified or default directory of APM Insight Java agent. To redirect the agent logs to STDOUT or console, add the below key in apminsight.conf file and restart your application. ...