<?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: How to configure Net4Log in .Net to send logs to the Splunk HTTP Event Collector? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354414#M64811</link>
    <description>&lt;P&gt;Can you please review &lt;A href="http://dev.splunk.com/view/splunk-loglib-dotnet/SP-CAAAEX4"&gt;Overview of Splunk logging for .NET&lt;/A&gt; and let us know what issues specifically you are running into, if any?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Nov 2017 19:31:16 GMT</pubDate>
    <dc:creator>s2_splunk</dc:creator>
    <dc:date>2017-11-07T19:31:16Z</dc:date>
    <item>
      <title>How to configure Net4Log in .Net to send logs to the Splunk HTTP Event Collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354413#M64810</link>
      <description>&lt;P&gt;We are trying to configure our app to send log messages to our server using the HEC service in our Splunk server. It is already configured and receiving messages, if we send messages from our Unix machine we can see them, we are using curl to do it: &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;curl -k "&lt;A href="http://ourSplunSrv:8088/services/collector"&gt;http://ourSplunSrv:8088/services/collector&lt;/A&gt;" -H "Authorization: Splunk xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"  -d '{"event": "TESTING", "sourcetype": "http:LAB-APP"}'&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;So, the server is running and listening fine. &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;But how to configure the Log4Net to do the same?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 18:32:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354413#M64810</guid>
      <dc:creator>agamboa</dc:creator>
      <dc:date>2017-11-07T18:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Net4Log in .Net to send logs to the Splunk HTTP Event Collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354414#M64811</link>
      <description>&lt;P&gt;Can you please review &lt;A href="http://dev.splunk.com/view/splunk-loglib-dotnet/SP-CAAAEX4"&gt;Overview of Splunk logging for .NET&lt;/A&gt; and let us know what issues specifically you are running into, if any?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 19:31:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354414#M64811</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-11-07T19:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Net4Log in .Net to send logs to the Splunk HTTP Event Collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354415#M64812</link>
      <description>&lt;P&gt;We want to use Log4net, which we are alredy using in our app.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 19:57:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354415#M64812</guid>
      <dc:creator>agamboa</dc:creator>
      <dc:date>2017-11-07T19:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Net4Log in .Net to send logs to the Splunk HTTP Event Collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354416#M64813</link>
      <description>&lt;P&gt;I see. If the Splunk-provided TraceListener does not work for you, maybe &lt;A href="https://github.com/AlanBarber/log4net.Appender.Splunk"&gt;this third-party software&lt;/A&gt; gets you closer to what you need.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2017 21:04:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354416#M64813</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-11-07T21:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Net4Log in .Net to send logs to the Splunk HTTP Event Collector?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354417#M64814</link>
      <description>&lt;P&gt;Here's a &lt;A href="https://www.nuget.org/packages/log4net.Appender.SplunkAppenders/"&gt;nuget package&lt;/A&gt;. I haven't tried it yet though.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 19:29:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-configure-Net4Log-in-Net-to-send-logs-to-the-Splunk-HTTP/m-p/354417#M64814</guid>
      <dc:creator>ryan_gates</dc:creator>
      <dc:date>2018-03-23T19:29:24Z</dc:date>
    </item>
  </channel>
</rss>

