Example Minimal config.xml
The most basic configuration shows the required sections for agent configuration. This example instruments all IIS applications using the automatic element, <automatic />. For this example, Splunk AppDynamics does not instrument Windows services or standalone applications.
<?xml version="1.0" encoding="utf-8"?>
<appdynamics-agent xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<controller host="mycontroller.mycompany.com" port="8090" ssl=false">
<application name="MyDotNetApplication" />
<account name="customer1" password="changeme" />
</controller>
<machine-agent />
<app-agents>
<IIS>
<automatic />
</IIS>
</app-agents>
</appdynamics-agent>