<?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: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70030#M14237</link>
    <description>&lt;P&gt;Regarding "double-digit minute delays", I was purely speculating on a worst-case scenario.  I can't imagine that case either, except possibly on a heavily loaded syslog-ng server.&lt;/P&gt;

&lt;P&gt;One of the inherited designs is just as you described in the third paragraph (Splunk listening on several ports).  The complications it adds is one of the main reasons I brought up this pro/con discussion.  Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 23 Sep 2013 13:16:45 GMT</pubDate>
    <dc:creator>dglinder</dc:creator>
    <dc:date>2013-09-23T13:16:45Z</dc:date>
    <item>
      <title>Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70026#M14233</link>
      <description>&lt;P&gt;For my installation (that I've inherited from multiple administrators), we have some events coming in through direct TCP/UDP 514 syslog events to Splunk, and others come in through a log file that Syslog-NG creates and updates.  Can anyone add additional thoughts/comments to my pros/cons list below?&lt;/P&gt;

&lt;P&gt;Benefits of Syslog-NG over Splunk for syslog reception:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;Pros&lt;/EM&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Separate process from Splunk&lt;/LI&gt;
&lt;LI&gt;Buffer incoming events if/when Splunk process not available&lt;/LI&gt;
&lt;LI&gt;Syslog-NG config can be updated without restarting Syslog-NG process (SIGHUP - re-read config files)&lt;/LI&gt;
&lt;LI&gt;kristian.kolb: The syslog server can structure the incoming logs into a directory structure on the file system, based on who is sending. This makes it easier to set up proper &lt;CODE&gt;host&lt;/CODE&gt;, &lt;CODE&gt;source&lt;/CODE&gt;, and &lt;CODE&gt;sourcetype&lt;/CODE&gt; configuration with ordinary [monitor] stanzas, which in turn simplifies field extraction etc.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;EM&gt;Cons&lt;/EM&gt;&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;One more service/program to update and monitor&lt;/LI&gt;
&lt;LI&gt;Possible (?) delay between receipt of syslog message and appearance of message in Splunk.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;To me, the biggest benefits are the ability to restart my Splunk processes without loosing incoming events.  But, since the restart is quite rare I'm concerned that the delay mentioned as the second con might be substantial (double-digit minutes or longer).&lt;/P&gt;

&lt;P&gt;Is this delay concern warranted?&lt;/P&gt;

&lt;P&gt;Are there additional cons that I overlooked?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 02:31:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70026#M14233</guid>
      <dc:creator>dglinder</dc:creator>
      <dc:date>2013-09-23T02:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70027#M14234</link>
      <description>&lt;P&gt;From the syslog-ng side, we put together the following doc: &lt;A href="http://www.balabit.com/support/documentation/pdf/syslog-ng_splunk_deployment_guide_en.pdf"&gt;http://www.balabit.com/support/documentation/pdf/syslog-ng_splunk_deployment_guide_en.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 09:02:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70027#M14234</guid>
      <dc:creator>czanik</dc:creator>
      <dc:date>2013-09-23T09:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70028#M14235</link>
      <description>&lt;P&gt;Why would you run into double-digit minute delays? That sounds pretty awful. Normally you'll have a delay that could be measured in single-digit seconds, in my experience. &lt;/P&gt;

&lt;P&gt;In any case, I think you have the pro's listed correctly. One more addition is that the syslog server can structure the incoming logs into a directory structure on the file system, based on who is sending. This makes it easier to set up proper &lt;CODE&gt;host, source,&lt;/CODE&gt; and &lt;CODE&gt;sourcetype&lt;/CODE&gt; configuration with ordinary &lt;CODE&gt;[monitor]&lt;/CODE&gt; stanzas, which in turn simplifies field extraction etc.&lt;/P&gt;

&lt;P&gt;The alternative would be to have everything coming in to Splunk on a single port, and then try to structure it from there, with index-time transformations of sourcetypes etc. Or to set up syslog sending over several ports, e.g. a separate port for each host sending logs.. &lt;EM&gt;brrr&lt;/EM&gt; .&lt;/P&gt;

&lt;P&gt;/K&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 10:27:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70028#M14235</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2013-09-23T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70029#M14236</link>
      <description>&lt;P&gt;We're using syslog-ng and are very happy with it... we already had central syslog receivers before splunk, so moving to syslog-ng has enabled us to split logs out nicely for the syslog light forwarder to pick up and stream to the indexer. This meant we could get splunk in with minimum effort (not having to reconfigure all network devices, update firewalls etc etc).&lt;/P&gt;

&lt;P&gt;Splitting your logs out in such a fashion also means that you can use a blacklist/whitelist in Splunk in case the need arises to manage occasional issues with log volume exceeding the licence. There's also the fact that you can still access your logs (albeit more painfully) if Splunk dies for whatever reason.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 11:02:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70029#M14236</guid>
      <dc:creator>Narj</dc:creator>
      <dc:date>2013-09-23T11:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70030#M14237</link>
      <description>&lt;P&gt;Regarding "double-digit minute delays", I was purely speculating on a worst-case scenario.  I can't imagine that case either, except possibly on a heavily loaded syslog-ng server.&lt;/P&gt;

&lt;P&gt;One of the inherited designs is just as you described in the third paragraph (Splunk listening on several ports).  The complications it adds is one of the main reasons I brought up this pro/con discussion.  Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:16:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70030#M14237</guid>
      <dc:creator>dglinder</dc:creator>
      <dc:date>2013-09-23T13:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70031#M14238</link>
      <description>&lt;P&gt;Thanks, I'll check it out.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 13:24:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70031#M14238</guid>
      <dc:creator>dglinder</dc:creator>
      <dc:date>2013-09-23T13:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70032#M14239</link>
      <description>&lt;P&gt;pro: &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;the syslog to file acts as a file buffer, so much better than relying on tcp queue and memory.&lt;/LI&gt;
&lt;LI&gt;You do not loose any events when splunk is down or restarting.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 23 Sep 2013 18:00:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70032#M14239</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-09-23T18:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70033#M14240</link>
      <description>&lt;P&gt;Agreed, thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2013 18:03:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70033#M14240</guid>
      <dc:creator>dglinder</dc:creator>
      <dc:date>2013-09-23T18:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70034#M14241</link>
      <description>&lt;P&gt;How typical is this... sing syslog-ng's praises and it stops working overnight after log rotation! O_o First problem in years!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 12:41:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70034#M14241</guid>
      <dc:creator>Narj</dc:creator>
      <dc:date>2013-09-24T12:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70035#M14242</link>
      <description>&lt;P&gt;I hear your pain!  Though by separating the Splunk duties from the Syslog duties, the main function of one was not impacted during the outage/restart of the other.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2013 13:27:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70035#M14242</guid>
      <dc:creator>dglinder</dc:creator>
      <dc:date>2013-09-24T13:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70036#M14243</link>
      <description>&lt;P&gt;It is also worth to mention if you are using Syslog-ng PE or Rsyslog as relay, you can  use the builtin disk plus memory buffer function to increase reliability without saving raw logs in files.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 11:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70036#M14243</guid>
      <dc:creator>vladx</dc:creator>
      <dc:date>2018-07-31T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: Pros/cons of using Syslog-NG (or other syslog file receiver) vs. direct tcp/udp 514 to Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70037#M14244</link>
      <description>&lt;P&gt;Link broken by the acquisition &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 11:13:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Pros-cons-of-using-Syslog-NG-or-other-syslog-file-receiver-vs/m-p/70037#M14244</guid>
      <dc:creator>vladx</dc:creator>
      <dc:date>2018-07-31T11:13:01Z</dc:date>
    </item>
  </channel>
</rss>

