<?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: Not receiving Linux logs in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31445#M5524</link>
    <description>&lt;P&gt;Password on the forwarders was never changed.  It is most likely:&lt;/P&gt;

&lt;P&gt;admin&lt;BR /&gt;
changeme&lt;/P&gt;</description>
    <pubDate>Thu, 08 Dec 2011 17:11:35 GMT</pubDate>
    <dc:creator>dmaislin_splunk</dc:creator>
    <dc:date>2011-12-08T17:11:35Z</dc:date>
    <item>
      <title>Not receiving Linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31440#M5519</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am setting up a test rig, and not receiving any logs from another Linux box (please see rig details below).&lt;/P&gt;

&lt;P&gt;Splunk Server - Fedora 15 (Latest version of Splunk)&lt;BR /&gt;
Security Onion - Xubuntu (Universal Forwarder installed - not reporting)&lt;BR /&gt;
Windows Desktop - XP Pro installed (Universal Forwarder installed and reporting)&lt;/P&gt;

&lt;P&gt;I have installed the universal forwarder on the security onion machine but only gave the option to set the management port, not sure if anything else needs setting up. I am new to Linux so I am sorry if this is a newbie question.&lt;/P&gt;

&lt;P&gt;Many Thanks&lt;BR /&gt;
Guy&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 14:43:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31440#M5519</guid>
      <dc:creator>j666gak</dc:creator>
      <dc:date>2011-12-08T14:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving Linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31441#M5520</link>
      <description>&lt;P&gt;Go to the forwarder and cd to $SPLUNK_HOME/bin&lt;/P&gt;

&lt;P&gt;Run this command:   . ./setSplunkENV &lt;/P&gt;

&lt;P&gt;That sets up the environment and puts Splunk in your path.&lt;/P&gt;

&lt;P&gt;Next, run this command:  splunk add forward-server YOURSPLUNKSERVER:9997&lt;/P&gt;

&lt;P&gt;Restart Splunk with this command:  splunk restart&lt;/P&gt;

&lt;P&gt;On the Splunk server login to the UI and go to manager/forwarding and receiving/configure receiving&lt;BR /&gt;
Add a new receiver  and Listen on port 9997&lt;/P&gt;

&lt;P&gt;Hopefully that should cover it.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 15:22:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31441#M5520</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2011-12-08T15:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving Linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31442#M5521</link>
      <description>&lt;P&gt;What about configuring inputs?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 15:59:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31442#M5521</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2011-12-08T15:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving Linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31443#M5522</link>
      <description>&lt;P&gt;I made the assumption that he already had added something to the inputs.conf file on the forwarder.  If not,  simply download the *Nix App to the Splunk Server, configure everything and save it.&lt;/P&gt;

&lt;P&gt;Now, on the Splunk server, go the $SPLUNK_HOME/etc/apps&lt;BR /&gt;
From there, run:   tar -czvf unix.tgz unix&lt;/P&gt;

&lt;P&gt;Copy this file over to the forwarder and place into the $SPLUNKHOME/etc/apps directory.&lt;BR /&gt;
From there run:  tar -zxvf ./unix.tgz&lt;BR /&gt;
Then restart the forwarder with $SPLUNK_HOME/bin/splunk restart&lt;/P&gt;

&lt;P&gt;All would be easier with a deployment server configured, but that's another thread.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 16:05:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31443#M5522</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2011-12-08T16:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving Linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31444#M5523</link>
      <description>&lt;P&gt;Hi dmaislin_splunk,&lt;/P&gt;

&lt;P&gt;Thank you for all of your help. When trying to run the command below I have replaced the "YOURSPLUNKSERVER" with the IP address of the Splunk server.&lt;/P&gt;

&lt;P&gt;splunk add forward-server YOURSPLUNKSERVER:9997&lt;/P&gt;

&lt;P&gt;However when runing the command I get either an error for permission, which there is no su password set on the security onion images. I then tried running the SUDO command and then get prompted to enter a Splunk username which I enter the admin username and password used on the web frontend which failed and then tried credentials for the account logged on to the Fedora machine which failed. Not sure which other credentials I can try?&lt;/P&gt;

&lt;P&gt;Thanks again&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 17:02:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31444#M5523</guid>
      <dc:creator>j666gak</dc:creator>
      <dc:date>2011-12-08T17:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving Linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31445#M5524</link>
      <description>&lt;P&gt;Password on the forwarders was never changed.  It is most likely:&lt;/P&gt;

&lt;P&gt;admin&lt;BR /&gt;
changeme&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2011 17:11:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31445#M5524</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2011-12-08T17:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving Linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31446#M5525</link>
      <description>&lt;P&gt;This is very helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2012 21:52:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31446#M5525</guid>
      <dc:creator>tonopahtaos</dc:creator>
      <dc:date>2012-04-26T21:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not receiving Linux logs</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31447#M5526</link>
      <description>&lt;P&gt;The password for admin is always ‘changeme’ regardless the real password in indexer is.  This means people can easily do an attack against a real splunk indexer with lots of junk data.  Of course, such person needs a machine access insider such company.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2012 22:10:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Not-receiving-Linux-logs/m-p/31447#M5526</guid>
      <dc:creator>tonopahtaos</dc:creator>
      <dc:date>2012-04-26T22:10:14Z</dc:date>
    </item>
  </channel>
</rss>

