<?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: Why collect Syslog via universal forwarder vs sending to Splunk directly? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-collect-Syslog-via-universal-forwarder-vs-sending-to-Splunk/m-p/311155#M58450</link>
    <description>&lt;P&gt;Try this, but make sure to change the monitor path to point to your log file location, change the index and sourcetype&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///opt/log/www*/access.log]
index=web
sourcetype=access_combined
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
disabled = false
server = Indexer1:9997,Indexer2:9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 19 Oct 2017 13:43:12 GMT</pubDate>
    <dc:creator>skoelpin</dc:creator>
    <dc:date>2017-10-19T13:43:12Z</dc:date>
    <item>
      <title>Why collect Syslog via universal forwarder vs sending to Splunk directly?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-collect-Syslog-via-universal-forwarder-vs-sending-to-Splunk/m-p/311152#M58447</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;I've been reading quite a bit on syslog collection via a Splunk Universal Forwarder. In particular answer #28680.&lt;A href="https://answers.splunk.com/answers/28680/index.html"&gt;https://answers.splunk.com/answers/28680/index.html&lt;/A&gt; I understand the reasons behind using SUF or another syslog collector as opposed to sending to Splunk directly. I haven't, however, been able to figure out how to perform an approach such as:&lt;/P&gt;

&lt;P&gt;syslog device (rsyslog - linux client) -&amp;gt; SUF -&amp;gt; Splunk&lt;/P&gt;

&lt;P&gt;Can someone point me in the right direction?&lt;/P&gt;

&lt;P&gt;I apologize if this question has been answered before, but my google-fu isn't helping me.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 09:35:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-collect-Syslog-via-universal-forwarder-vs-sending-to-Splunk/m-p/311152#M58447</guid>
      <dc:creator>tfaria</dc:creator>
      <dc:date>2017-10-19T09:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect Syslog via universal forwarder vs sending to Splunk directly?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-collect-Syslog-via-universal-forwarder-vs-sending-to-Splunk/m-p/311153#M58448</link>
      <description>&lt;P&gt;Your devices send syslog events to the rsyslog server.  Rsyslog writes the events to disk.  SUF monitors said disk file(s) and forwards the events to Splunk.  Does that help?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:01:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-collect-Syslog-via-universal-forwarder-vs-sending-to-Splunk/m-p/311153#M58448</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2017-10-19T13:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect Syslog via universal forwarder vs sending to Splunk directly?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-collect-Syslog-via-universal-forwarder-vs-sending-to-Splunk/m-p/311154#M58449</link>
      <description>&lt;P&gt;I see. Makes sense. I was under the impression SUF could act as sort of a relay, and I would be able to just point to it. That being said, is there a sample config (inputs/outouts.conf) for SUF on how to deal locally stored rsyslog files?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:29:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-collect-Syslog-via-universal-forwarder-vs-sending-to-Splunk/m-p/311154#M58449</guid>
      <dc:creator>tfaria</dc:creator>
      <dc:date>2017-10-19T13:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why collect Syslog via universal forwarder vs sending to Splunk directly?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-collect-Syslog-via-universal-forwarder-vs-sending-to-Splunk/m-p/311155#M58450</link>
      <description>&lt;P&gt;Try this, but make sure to change the monitor path to point to your log file location, change the index and sourcetype&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;inputs.conf&lt;/STRONG&gt; &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///opt/log/www*/access.log]
index=web
sourcetype=access_combined
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;outputs.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout]
defaultGroup = default-autolb-group

[tcpout:default-autolb-group]
disabled = false
server = Indexer1:9997,Indexer2:9997
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Oct 2017 13:43:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-collect-Syslog-via-universal-forwarder-vs-sending-to-Splunk/m-p/311155#M58450</guid>
      <dc:creator>skoelpin</dc:creator>
      <dc:date>2017-10-19T13:43:12Z</dc:date>
    </item>
  </channel>
</rss>

