<?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 forward a specific syslog file into Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281262#M53808</link>
    <description>&lt;P&gt;Yes, the universal forwarder is better.  It handles retry, throttling, and more that rsyslog doesn't.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Feb 2017 22:18:57 GMT</pubDate>
    <dc:creator>richgalloway</dc:creator>
    <dc:date>2017-02-07T22:18:57Z</dc:date>
    <item>
      <title>How to forward a specific syslog file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281258#M53804</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;

&lt;P&gt;I'm looking for guidance about a logging problem I am trying to solve.  Right now we have a few security onion boxes sending snort logs to both our log server and to Splunk using syslog-ng.  This works fine.  &lt;/P&gt;

&lt;P&gt;The powers that be now want to remove the direct send to Splunk and just pipe the logs from the syslog box into Splunk.  What I would like to do is just forward these specific log files which are under /var/log/remote/IP1, /var/log/remote/IP2 to the Splunk box.  Is there an easy way to accomplish this or do I need to get cute with eventtypes..etc?  Hopefully that makes sense.  &lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 19:20:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281258#M53804</guid>
      <dc:creator>erinaldo</dc:creator>
      <dc:date>2017-02-07T19:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward a specific syslog file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281259#M53805</link>
      <description>&lt;P&gt;Piping syslog through an intermediate server is accepted Best Practice to avoid losing data.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 21:03:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281259#M53805</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-02-07T21:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward a specific syslog file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281260#M53806</link>
      <description>&lt;P&gt;If you have the UF on your syslog collector, just configure your inputs to monitor those files. Example inputs.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/remote/IP1]
host=IP1
sourcetype=syslog
index=syslogidx

[monitor:///var/log/remote/IP2]
host=IP2
sourcetype=syslog
index=syslogidx
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you need something more sophisticated, explain that scenario.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 21:33:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281260#M53806</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-02-07T21:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward a specific syslog file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281261#M53807</link>
      <description>&lt;P&gt;I ended up setting up a forward in rsyslog.  So it logs into /var/log/remote/ip.log then forwards to Splunk.&lt;BR /&gt;
    if $fromhost-ip=='192.168.211.2' then @192.168.211.3:514&lt;/P&gt;

&lt;P&gt;Is it better to use the universal forwarder?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:15:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281261#M53807</guid>
      <dc:creator>erinaldo</dc:creator>
      <dc:date>2017-02-07T22:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward a specific syslog file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281262#M53808</link>
      <description>&lt;P&gt;Yes, the universal forwarder is better.  It handles retry, throttling, and more that rsyslog doesn't.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:18:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281262#M53808</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-02-07T22:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward a specific syslog file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281263#M53809</link>
      <description>&lt;P&gt;Most definitely I agree. It's too easy to loose syslog data. The forwarder on the syslog server is the best way to go.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:21:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281263#M53809</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-02-07T22:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to forward a specific syslog file into Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281264#M53810</link>
      <description>&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:35:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-forward-a-specific-syslog-file-into-Splunk/m-p/281264#M53810</guid>
      <dc:creator>erinaldo</dc:creator>
      <dc:date>2017-02-07T22:35:01Z</dc:date>
    </item>
  </channel>
</rss>

