<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: .Net CORE applications didn't show in application dahsboard in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718948#M1240</link>
    <description>&lt;P&gt;I have both, but let start most of them are asp.net core projects that use web api. These are just controllers serving as restful apis that are called from client side application, or apis calling another apis in different application.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Apr 2017 14:56:10 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2017-04-06T14:56:10Z</dc:date>
    <item>
      <title>.Net CORE applications didn't show in application Dashboard</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718946#M1238</link>
      <description>&lt;P&gt;I have installed App Dynamics on-premises and installed the agent where I am hosting my restful services. Each Microservice is hosted on IIS as a virtual directory and has its own application pool.&lt;/P&gt;

&lt;P&gt;I can see the remote server where the agent is installed in the "Nodes and Tiers" Section but I cannot see any of the applications in the dashboard.&lt;/P&gt;

&lt;P&gt;I restarted the IIS several times and requested the APIs again and again.&lt;/P&gt;


&lt;P&gt;What is the problem?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 19:43:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718946#M1238</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-04-05T19:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE applications didn't show in application dahsboard</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718947#M1239</link>
      <description>&lt;P&gt;Hi Hussein, could you provide a bit more detail about the appication you're instrumenting? &amp;nbsp;For example is it ASP.NET Core running on Full Framework? &amp;nbsp;MVC / WebAPI / etc.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;You might need to define a (.NET Class/Method) Custom Match Rule in the controller under Configuration -&amp;gt; Instrumentation so that the agent knows where eto begin tracking a Business Transaction. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;More detail about Custom Match Rules for .NET aka POCOs here :&amp;nbsp;&lt;A href="https://docs.appdynamics.com/display/PRO43/.NET+Business+Transaction+Detection" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO43/.NET+Business+Transaction+Detection&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Matt&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 23:48:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718947#M1239</guid>
      <dc:creator>Matt_Jensen</dc:creator>
      <dc:date>2017-04-05T23:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE applications didn't show in application dahsboard</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718948#M1240</link>
      <description>&lt;P&gt;I have both, but let start most of them are asp.net core projects that use web api. These are just controllers serving as restful apis that are called from client side application, or apis calling another apis in different application.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 14:56:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718948#M1240</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-04-06T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE applications didn't show in application dahsboard</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718949#M1241</link>
      <description>&lt;P&gt;Should I go to every controller or every action under controller to decorate it? Can't AppDynamics dicover the request trace by itself and how we can configure it?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 15:00:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718949#M1241</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-04-06T15:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE applications didn't show in application dahsboard</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718950#M1242</link>
      <description>&lt;P&gt;OK, thanks for the info!&amp;nbsp;&lt;/P&gt;

&lt;P&gt;First, we need to make sure the full .NET Framework is on this machine; if it's soley .NET Core, the CLR Profiling API is not all there yet to allow us to track transactions.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Since you're running IIS, I assume the full Framework is installed. You should be able to pick up these transactions with a single .NET Class/Method Custom Match rule like below:&lt;/P&gt;

&lt;TABLE class="wrapped confluenceTable tablesorter tablesorter-default stickyTableHeaders"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD colspan="1" class="confluenceTd"&gt;Class Equals&lt;/TD&gt;
&lt;TD colspan="1" class="confluenceTd"&gt;&lt;SPAN&gt;System.Web.Http.ApiController&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" class="confluenceTd"&gt;Method Equals&lt;/TD&gt;
&lt;TD colspan="1" class="confluenceTd"&gt;&lt;SPAN&gt;ExecuteAsync&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD class="confluenceTd"&gt;Name&lt;/TD&gt;
&lt;TD class="confluenceTd"&gt;WebAPI&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD colspan="1" class="confluenceTd"&gt;Splitter&lt;/TD&gt;
&lt;TD colspan="1" class="confluenceTd"&gt;&lt;SPAN&gt;Use the Simple Class Name in Transaction Name&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;

&lt;P&gt;This will create new Businsess Transactions named &amp;nbsp;WebAPI.[ControllerName] for each of your controllers. Once this rule is in place, wait a minute or so for it to get brought down to the instrumented processes&amp;nbsp;and then recycle them and you should start to see new BTs.&lt;/P&gt;

&lt;P&gt;Let me know how it goes!&lt;/P&gt;
&lt;P&gt;-Matt&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 20:11:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718950#M1242</guid>
      <dc:creator>Matt_Jensen</dc:creator>
      <dc:date>2017-04-06T20:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: .Net CORE applications didn't show in application dahsboard</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718951#M1243</link>
      <description>&lt;P class="lf-text-block lf-block" data-lf-anchor-id="f5faabcbfad068c50de675d2d6006865:0"&gt;Hello All,&lt;/P&gt;
&lt;P class="lf-text-block lf-block" data-lf-anchor-id="f5faabcbfad068c50de675d2d6006865:0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lf-text-block lf-block" data-lf-anchor-id="f5faabcbfad068c50de675d2d6006865:0"&gt;You can create two types of deployments for .NET Core applications:&lt;/P&gt;
&lt;UL class="lf-text-block lf-block" data-lf-anchor-id="06e075edddc974f12b49e85575376e65:0"&gt;
&lt;LI&gt;
&lt;P&gt;Framework-dependent deployment. As the name implies, framework-dependent deployment (FDD) relies on the presence of a shared system-wide version of .NET Core on the target system. Because .NET Core is already present, your app is also portable between installations of .NET Core. Your app contains only its own code and any third-party dependencies that are outside of the .NET Core libraries. FDDs contain&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;.dll&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;files that can be launched by using the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet" data-linktype="relative-path" target="_blank" rel="nofollow noopener noreferrer"&gt;dotnet utility&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;from the command line. For example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;dotnet app.dll&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;runs an application named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;app&lt;/CODE&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;

&lt;UL class="lf-text-block lf-block" data-lf-anchor-id="06e075edddc974f12b49e85575376e65:0"&gt;
&lt;LI&gt;
&lt;P&gt;Self-contained deployment. Unlike FDD, a self-contained deployment (SCD) doesn't rely on the presence of shared components on the target system. All components, including both the .NET Core libraries and the .NET Core runtime, are included with the application and are isolated from other .NET Core applications. SCDs include an executable (such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;app.exe&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on Windows platforms for an application named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;app&lt;/CODE&gt;), which is a renamed version of the platform-specific .NET Core host, and a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;.dll&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file (such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;app.dll&lt;/EM&gt;), which is the actual application.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;To get more information on this go through this link!&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/dotnet/core/deploying/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.microsoft.com/en-us/dotnet/core/deploying/&lt;/A&gt; | &lt;A title="Microsoft Dynamics" href="https://mindmajix.com/microsoft-dynamics-365-training" target="_blank" rel="nofollow noopener noreferrer"&gt;Microsoft Dynamics&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I hope this can helps you! Thanks for reading.&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Nicolewells&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 05:33:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Net-CORE-applications-didn-t-show-in-application-Dashboard/m-p/718951#M1243</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-02-07T05:33:58Z</dc:date>
    </item>
  </channel>
</rss>

