<?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 Syslog segregation and how pasing works when it is a syslog? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Syslog-segregation-and-how-pasing-works-when-it-is-a-syslog/m-p/28316#M4826</link>
    <description>&lt;P&gt;Is it possible to segregate the logs by redirecting everything to the routers via Syslog(other server Syslog to router log), then on the router(CentOS server) installing a light weight forwarder or a Heavy forwarder based on the load and bandwidth and get the logs to the Indexer. &lt;/P&gt;

&lt;P&gt;If it is possible, how to Parse the data based on Hosts?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jun 2011 11:13:59 GMT</pubDate>
    <dc:creator>praburam</dc:creator>
    <dc:date>2011-06-15T11:13:59Z</dc:date>
    <item>
      <title>Syslog segregation and how pasing works when it is a syslog?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syslog-segregation-and-how-pasing-works-when-it-is-a-syslog/m-p/28316#M4826</link>
      <description>&lt;P&gt;Is it possible to segregate the logs by redirecting everything to the routers via Syslog(other server Syslog to router log), then on the router(CentOS server) installing a light weight forwarder or a Heavy forwarder based on the load and bandwidth and get the logs to the Indexer. &lt;/P&gt;

&lt;P&gt;If it is possible, how to Parse the data based on Hosts?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2011 11:13:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syslog-segregation-and-how-pasing-works-when-it-is-a-syslog/m-p/28316#M4826</guid>
      <dc:creator>praburam</dc:creator>
      <dc:date>2011-06-15T11:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Syslog segregation and how pasing works when it is a syslog?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Syslog-segregation-and-how-pasing-works-when-it-is-a-syslog/m-p/28317#M4827</link>
      <description>&lt;P&gt;Actually the easiest is to filter host on the TCP or UDP directly in your inputs.conf,but make sure there is no inputs.conf for the port you will use (ie no &lt;CODE&gt;[udp://514]&lt;/CODE&gt; or &lt;CODE&gt;[tcp://514]&lt;/CODE&gt; stanza):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[udp://10.1.7.230:514]
sourcetype = my-sourcetype

[udp://10.1.7.232:514]
sourcetype = my-sourcetype
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;OR&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcp://10.1.8.28:514]
sourcetype = my-sourcetype2

[tcp://10.1.8.30:514]
sourcetype = my-sourcetype2
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Jun 2011 12:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Syslog-segregation-and-how-pasing-works-when-it-is-a-syslog/m-p/28317#M4827</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2011-06-15T12:08:48Z</dc:date>
    </item>
  </channel>
</rss>

