<?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: Dedicated Syslog collector or Splunk at port 514 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234989#M45754</link>
    <description>&lt;P&gt;Allow me a slightly different take, though still echoing the general principles.&lt;/P&gt;

&lt;P&gt;In a smaller environment you can install and use syslog (either r-syslog or syslog-ng) on the same box where Splunk is installed.  It's not ideal, but honestly the needs of syslog are small and as long as you log-rotate properly you shouldn't significant disk space requirements beyond what the data needs in Splunk.  &lt;/P&gt;

&lt;P&gt;If you do that, you do not need a forwarder and can simply have Splunk read the files directly from the local filesystem.  Simple and straightforward.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Jan 2016 17:07:17 GMT</pubDate>
    <dc:creator>Richfez</dc:creator>
    <dc:date>2016-01-16T17:07:17Z</dc:date>
    <item>
      <title>Dedicated Syslog collector or Splunk at port 514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234985#M45750</link>
      <description>&lt;P&gt;I read somewhere that it's not advisable to use Splunk at port 514 to collect syslog events but instead us a dedicated syslog server. If there is a change to Splunk configuration that needs a restart of the instance, it will not affect the syslog collection. In that case if Splunk is not collecting syslog, how can one read the syslog events from the syslog server into Splunk? Do we need to use a forwarder in this case?&lt;BR /&gt;
thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 14:56:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234985#M45750</guid>
      <dc:creator>michael_lee</dc:creator>
      <dc:date>2016-01-16T14:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dedicated Syslog collector or Splunk at port 514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234986#M45751</link>
      <description>&lt;P&gt;Correct - if you reading UDP syslog from a port using Splunk, then you run the risk of losing data when you restart Splunk.   Most people send syslog to a syslog daemon (rsyslog or syslog-ng) and then write the files out to disk, and then read those files using a HFW.   If you use this method (possibly with a load-balancer) then you reduce the risk of losing syslog messages.   &lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 15:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234986#M45751</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2016-01-16T15:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dedicated Syslog collector or Splunk at port 514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234987#M45752</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We are planning to have two instances of Syslog-ng configured with the same virtual IP for failover purposes, writing Syslog traffic to the local disk. Then we run a local universal forwarder on each syslog server to read those log files. You don't really need a heavy forwarder for that. &lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
J&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 16:08:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234987#M45752</guid>
      <dc:creator>javiergn</dc:creator>
      <dc:date>2016-01-16T16:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dedicated Syslog collector or Splunk at port 514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234988#M45753</link>
      <description>&lt;P&gt;One good reference to good practices here is George Starcher's blog post, &lt;A href="http://www.georgestarcher.com/splunk-success-with-syslog/"&gt;http://www.georgestarcher.com/splunk-success-with-syslog/&lt;/A&gt;.  While it is rsyslog specific, the same concepts apply to syslog-ng.  Between the two, I would recommend syslog-ng if you have a choice as its a bit easier to grok the configuration of.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 16:45:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234988#M45753</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2016-01-16T16:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Dedicated Syslog collector or Splunk at port 514</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234989#M45754</link>
      <description>&lt;P&gt;Allow me a slightly different take, though still echoing the general principles.&lt;/P&gt;

&lt;P&gt;In a smaller environment you can install and use syslog (either r-syslog or syslog-ng) on the same box where Splunk is installed.  It's not ideal, but honestly the needs of syslog are small and as long as you log-rotate properly you shouldn't significant disk space requirements beyond what the data needs in Splunk.  &lt;/P&gt;

&lt;P&gt;If you do that, you do not need a forwarder and can simply have Splunk read the files directly from the local filesystem.  Simple and straightforward.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jan 2016 17:07:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dedicated-Syslog-collector-or-Splunk-at-port-514/m-p/234989#M45754</guid>
      <dc:creator>Richfez</dc:creator>
      <dc:date>2016-01-16T17:07:17Z</dc:date>
    </item>
  </channel>
</rss>

