Enabling and disabling application filters in .NET Core agent

How to enable or disable application filters in the .NET Core agent?

The APM Insight .NET Core agent is designed to monitor IIS-hosted applications based on the list entered in the appfilter.config file in the agent's installation location. Irrespective of the filter, we can monitor all .NET Core applications hosted on IIS by following the below steps.

1. Navigate to the below path:
<AgentDestinationPath>\Site24x7DotNetCoreAgent\DotNetAgent.
2. Open the apminsight.conf file in a text editor.
3. Add the key value shown below in a new line.
enable.appfilter=false (The default value is true)
4. Save the apminsight.conf file and perform IISRESET or recycle the applications pools.

All .NET Core applications in IIS will now be monitored, irrespective of the application filter configuration.