<?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 getting remote linux logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38814#M7175</link>
    <description>&lt;P&gt;i have splunk on a linux box and need to get log info off other linux boxes on my network. i've looked over the doc's and it is just not clear how to do this. if some one could give me a explicit example of how to set this i would greatly appreciate it. fwiw i am new to splunk and just installed it for the first time yesterday.&lt;/P&gt;

&lt;P&gt;thanks,
rj&lt;/P&gt;</description>
    <pubDate>Fri, 04 Feb 2011 10:29:44 GMT</pubDate>
    <dc:creator>rhuber</dc:creator>
    <dc:date>2011-02-04T10:29:44Z</dc:date>
    <item>
      <title>getting remote linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38814#M7175</link>
      <description>&lt;P&gt;i have splunk on a linux box and need to get log info off other linux boxes on my network. i've looked over the doc's and it is just not clear how to do this. if some one could give me a explicit example of how to set this i would greatly appreciate it. fwiw i am new to splunk and just installed it for the first time yesterday.&lt;/P&gt;

&lt;P&gt;thanks,
rj&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2011 10:29:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38814#M7175</guid>
      <dc:creator>rhuber</dc:creator>
      <dc:date>2011-02-04T10:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: getting remote linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38815#M7176</link>
      <description>&lt;P&gt;There are many ways to accomplish this, but the "best" (from the standpoint of maximal features and minimal oddities) is to use Splunk Light Forwarders on the "other" boxes.  A Light Forwarder is a Splunk installation that has the SplunkLightForwarder App enabled. (What I mean by this is there isn't a separate install [as of Splunk 4.1 anyway] for "just" the Forwarder.  You install the same RPM/DEB on every machine, and what it does is based on how you configure it.)&lt;/P&gt;

&lt;P&gt;You will configure your indexer to listen on a "splunktcp" input, and configure your forwarder apps on your other machines to forward data to it.&lt;/P&gt;

&lt;P&gt;Documentation wise, you'll want to start at &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Aboutforwardingandreceiving" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/Admin/Aboutforwardingandreceiving&lt;/A&gt;.  That (and subsequent pages in the same section) covers pretty well how you go about configuring forwarding.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2011 11:12:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38815#M7176</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-02-04T11:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: getting remote linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38816#M7177</link>
      <description>&lt;P&gt;A simple method -- though not nearly as powerful or flexible as using a Lightweight Forwarder -- is to send your logs via Syslog.  You can configure Splunk to listen on a network port, likely UDP:514 for Syslog (default).&lt;/P&gt;

&lt;P&gt;*NIX hosts can be configured to send logs to remote systems (using Syslog) in much the same way you configure them to log locally.  This is typically done in syslog.conf or rsyslog.conf.&lt;/P&gt;

&lt;P&gt;Here's a reference to some examples of rsyslog.conf:
&lt;A href="http://www.rsyslog.com/doc/rsyslog_conf_examples.html" rel="nofollow"&gt;http://www.rsyslog.com/doc/rsyslog_conf_examples.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Here's a reference to some examples of syslog.conf:
&lt;A href="http://linux.about.com/od/commands/l/blcmdl5_syslogc.htm" rel="nofollow"&gt;http://linux.about.com/od/commands/l/blcmdl5_syslogc.htm&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Check your /etc folder and see which one controls your system's logging.  It should have examples inside the conf file.&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Ron&lt;/P&gt;</description>
      <pubDate>Fri, 04 Feb 2011 12:56:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38816#M7177</guid>
      <dc:creator>Ron_Naken</dc:creator>
      <dc:date>2011-02-04T12:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: getting remote linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38817#M7178</link>
      <description>&lt;P&gt;Thanks for the responses.&lt;/P&gt;

&lt;P&gt;I've set up regular forwarding on one remote server and light forwarding on a second. As far as I can tell the major difference between the two is lower throughput and no parsing. Am I missing any other differences?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2011 23:32:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38817#M7178</guid>
      <dc:creator>rhuber</dc:creator>
      <dc:date>2011-02-07T23:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: getting remote linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38818#M7179</link>
      <description>&lt;P&gt;The lower throughput can be modified by changing adding an etc/system/local/limits.conf to override the default limiter if desired.&lt;/P&gt;

&lt;P&gt;There are a few other subsystems that are disabled on a lwf, such as udp/tcp inputs.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 02:48:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/getting-remote-linux-logs/m-p/38818#M7179</guid>
      <dc:creator>mikelanghorst</dc:creator>
      <dc:date>2011-02-08T02:48:11Z</dc:date>
    </item>
  </channel>
</rss>

