<?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 Does rsyslog work well with Splunk in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104812#M22075</link>
    <description>&lt;P&gt;Does both Enterprise (supported) and free rsyslog support wildcarding?  &lt;/P&gt;

&lt;P&gt;Does rsyslog work well with Splunk?  &lt;/P&gt;

&lt;P&gt;Is Rsyslog supported on PowerPC running LINUX?&lt;/P&gt;</description>
    <pubDate>Thu, 29 Mar 2012 17:52:28 GMT</pubDate>
    <dc:creator>dcroteau</dc:creator>
    <dc:date>2012-03-29T17:52:28Z</dc:date>
    <item>
      <title>Does rsyslog work well with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104812#M22075</link>
      <description>&lt;P&gt;Does both Enterprise (supported) and free rsyslog support wildcarding?  &lt;/P&gt;

&lt;P&gt;Does rsyslog work well with Splunk?  &lt;/P&gt;

&lt;P&gt;Is Rsyslog supported on PowerPC running LINUX?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2012 17:52:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104812#M22075</guid>
      <dc:creator>dcroteau</dc:creator>
      <dc:date>2012-03-29T17:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Does rsyslog work well with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104813#M22076</link>
      <description>&lt;P&gt;I'd check the rsyslog web site with regards to what it supports or what it doesn't.&lt;/P&gt;

&lt;P&gt;If it's a flavor of *syslog, then Splunk can consume it directly (not recommended in my opinion), or if it can write to a log and then have Splunk consume that log (little more failsafe).&lt;/P&gt;

&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:16:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104813#M22076</guid>
      <dc:creator>Brian_Osburn</dc:creator>
      <dc:date>2012-03-29T18:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Does rsyslog work well with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104814#M22077</link>
      <description>&lt;P&gt;I wish I could distinguish support for wildcarding on any website, that's why I wanted to run it by the community.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:20:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104814#M22077</guid>
      <dc:creator>dcroteau</dc:creator>
      <dc:date>2012-03-29T18:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Does rsyslog work well with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104815#M22078</link>
      <description>&lt;P&gt;We use rsyslog.  All networking equipment send it's logs to a central syslog server(*) that then uses this rule:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$template DynaFile,"/var/log/syslog/system-%FROMHOST%.log",500000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;We then grab them with an inputs.conf that looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log/syslog]
index = syslog
sourcetype = syslog
host_regex = /var/log/syslog/system-(.*).log*
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(*) It's actually a VIP that goes to a load balancer, but that's not really important to this discussion.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:24:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104815#M22078</guid>
      <dc:creator>christopher_hod</dc:creator>
      <dc:date>2012-03-29T18:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Does rsyslog work well with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104816#M22079</link>
      <description>&lt;P&gt;That is rsyslog wildcarding&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:28:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104816#M22079</guid>
      <dc:creator>dcroteau</dc:creator>
      <dc:date>2012-03-29T18:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Does rsyslog work well with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104817#M22080</link>
      <description>&lt;P&gt;Thanks Mike, With our messages we'd lose the original source if we did it that way.  Again, does either rsyslog support wildcarding.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104817#M22080</guid>
      <dc:creator>dcroteau</dc:creator>
      <dc:date>2012-03-29T18:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Does rsyslog work well with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104818#M22081</link>
      <description>&lt;P&gt;I'm not sure what you mean by wildcarding in this context.  &lt;/P&gt;

&lt;P&gt;But this is a splunk message board and I can only comment on how splunk interacts with rsyslog.&lt;/P&gt;

&lt;P&gt;As far as source goes, if you're using syslog, you're not going to get much more than source=syslog anyway.&lt;/P&gt;

&lt;P&gt;If you want more specific sourcetypes, I can give you examples of that.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2012 18:44:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104818#M22081</guid>
      <dc:creator>christopher_hod</dc:creator>
      <dc:date>2012-03-29T18:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does rsyslog work well with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104819#M22082</link>
      <description>&lt;P&gt;First, let me say that there is no "enterprise" version of rsyslog, at least for the time being. There is just one very capable version, but you can purchase support with it (what, of course, I appreciate ;)).&lt;/P&gt;

&lt;P&gt;I don't see any reason why rsyslog should not run on PowerPC. Did you try a compile and it failed? If so, please let me know what happened. I do not have a PowerPC environment to test myself.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Mar 2012 15:04:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104819#M22082</guid>
      <dc:creator>dcroteau</dc:creator>
      <dc:date>2012-03-30T15:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Does rsyslog work well with Splunk</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104820#M22083</link>
      <description>&lt;P&gt;And your FROMHOST doesn't get replaced with the VIP IP/hostname?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2013 14:54:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Does-rsyslog-work-well-with-Splunk/m-p/104820#M22083</guid>
      <dc:creator>eric_budke</dc:creator>
      <dc:date>2013-08-09T14:54:34Z</dc:date>
    </item>
  </channel>
</rss>

