<?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: Splunk Technology Add-on (TA) for Unix and Linux in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33648#M1337</link>
    <description>&lt;P&gt;Hopefully this will help others take alot of surfing for answers out of this simple procedure:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Download UF &lt;A href="http://www.splunk.com/download/universalforwarder"&gt;http://www.splunk.com/download/universalforwarder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Install UF 
&lt;CODE&gt;
rpm -Uvh splunkforwarder-5.0.2-149561.i386.rpm&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Download Tech Add On &lt;A href="http://splunk-base.splunk.com/apps/33800/splunk-add-on-for-unix-and-linux"&gt;http://splunk-base.splunk.com/apps/33800/splunk-add-on-for-unix-and-linux&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Configure TA&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
cd $SPLUNK_HOME/etc/apps/&lt;BR /&gt;
tar xzvf $TMP/Splunk_TA_nix-4.7.0-156739.tgz&lt;BR /&gt;
mkdir $SPLUNK_HOME/etc/apps/Splunk_TA_nix/local&lt;BR /&gt;
cp $SPLUNK_HOME/etc/apps/Splunk_TA_nix/default/inputs.conf $SPLUNK_HOME/etc/apps/Splunk_TA_nix/local/.&lt;BR /&gt;
vi $SPLUNK_HOME/etc/apps/Splunk_TA_nix/local/inputs.conf&lt;BR /&gt;
chown -R splunk.splunk $SPLUNK_HOME/etc/apps/Splunk_TA_nix&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Configure UF&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk edit user admin -password 'skcorknulps' -role admin -auth admin:changeme&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk add forward-server hostname:9997&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk/start&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Verify UF&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk list forward-server&lt;BR /&gt;
Username = admin&lt;BR /&gt;
Passwd = skcorknulps&lt;BR /&gt;
&lt;/CODE&gt;  &lt;/P&gt;

&lt;P&gt;Also helpful to check web interface to verify: App-&amp;gt; *Nix-4.6 -&amp;gt; Configs -&amp;gt; Hardware Configurations by Host&lt;/P&gt;

&lt;P&gt;NOTES: No firewall changes needed on clients running UF.  Must open 9997/TCP on server (unless using a non standard port).  Example iptables rule:&lt;/P&gt;

&lt;P&gt;RHEL5:&lt;BR /&gt;
&lt;CODE&gt;-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp -s ip.of.client.here --dport 9997 -j ACCEPT&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;RHEL6:&lt;BR /&gt;
&lt;CODE&gt;-INPUT -m state --state NEW -m tcp -p tcp -s ip.of.client.here --dport 9997 -j ACCEPT&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2013 17:57:20 GMT</pubDate>
    <dc:creator>skcorknulps</dc:creator>
    <dc:date>2013-05-13T17:57:20Z</dc:date>
    <item>
      <title>Splunk Technology Add-on (TA) for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33642#M1331</link>
      <description>&lt;P&gt;Splunk v4.3.2&lt;BR /&gt;
*NIX 4.5&lt;BR /&gt;
About the Splunk Technology Add-on (TA) for Unix and Linux&lt;/P&gt;

&lt;P&gt;Complete newb with Splunk.&lt;/P&gt;

&lt;P&gt;Overview&lt;/P&gt;

&lt;P&gt;Running demo of Splunk on Linux CentOS 6.2 - 64-bit&lt;/P&gt;

&lt;P&gt;VM Linux guest (CentOS 6.2-64bit) feeding data into Splunk using the Universal Forwarder - splunk-4.3.3-128297-linux-2.6-x86_64.rpm&lt;/P&gt;

&lt;P&gt;Splunk indexer/receiver configured as below:&lt;/P&gt;

&lt;P&gt;Data input type TCP &amp;gt; 514 &lt;BR /&gt;
Source &amp;gt; Accept connections from all hosts? Yes&lt;BR /&gt;
Source Type &amp;gt;  Manual&lt;BR /&gt;
Source Type &amp;gt; syslog&lt;/P&gt;

&lt;P&gt;This work just as expected, great!&lt;/P&gt;

&lt;P&gt;I then tried out the Splunk Technology Add-on (TA) for Unix and Linux, as it would be nice to have performance metrics of various hosts in Splunk, and this is where I'm having problems.&lt;/P&gt;

&lt;P&gt;I have downloaded *NIX 4.5 to Splunk and it is installed and it is available from the WebGUI under App &amp;gt; *NIX 4.5, and has an enabled status under Manager &amp;gt; Apps&lt;/P&gt;

&lt;P&gt;I can collect and see performance data from the local host , the Splunk indexer/receiver, but not from the host I configured below.&lt;/P&gt;

&lt;P&gt;I downloaded the Splunk Technology Add-on (TA) for Unix and Linux to VM Linux guest, taking note that it has to be installed manually, I used this guide, section "Install the TA on a universal forwarder"&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/UnixApp/latest/User/InstalltheSplunkTechnicalAddonforUnixandLinux" target="_blank"&gt;http://docs.splunk.com/Documentation/UnixApp/latest/User/InstalltheSplunkTechnicalAddonforUnixandLinux&lt;/A&gt; - which I followed.&lt;/P&gt;

&lt;P&gt;I also noted the comments about various typos in the howto.&lt;/P&gt;

&lt;P&gt;I also noted that for Step 1 under section "Enable data and scripted inputs in the TA", it advises you to copy inputs.conf to a directory named "local', well on my install there is no directory named "local"&lt;/P&gt;

&lt;P&gt;Quote:&lt;BR /&gt;
"1. Make a copy of $SPLUNK_HOME/etc/apps/Splunk_TA_nix/default/inputs.conf and place it into $SPLUNK_HOME/etc/apps/Splunk_TA_nix/local. "&lt;/P&gt;

&lt;P&gt;So I had to create the directory and then assign splunk as owner and group perms, not sure this is a documentation error or a sign of trouble.&lt;/P&gt;

&lt;P&gt;I then followed the rest of the guide, setting all of the disabled attributes to 0, thus enabling all the monitors, and restarted Splunk, it restarted without errors.&lt;/P&gt;

&lt;P&gt;I got back to my Splunk receiver/indexer, using the Splunk WebGUI I select App &amp;gt; *NIX 4.5, expecting see my host added to it, but it is not, it still has only the local host.&lt;/P&gt;

&lt;P&gt;What have I missed?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:15:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33642#M1331</guid>
      <dc:creator>mikebrooker</dc:creator>
      <dc:date>2020-09-28T12:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Technology Add-on (TA) for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33643#M1332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;To get data from a remote Linux VM, you have to forward that data to your Splunk App for Unix and Linux instance using a universal forwarder.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Configure the Splunk App for Unix and Linux instance to be a receiver.&lt;/LI&gt;
&lt;LI&gt;Download and install the universal forwarder on the Linux server that you want to get data from.&lt;/LI&gt;
&lt;LI&gt;Configure the universal forwarder to send data to your Splunk App for Unix and Linux instance.&lt;/LI&gt;
&lt;LI&gt;Manually install (and configure) the Splunk TA for Unix and Linux on the Linux server that you want to get data from, as you attempted to before.&lt;/LI&gt;
&lt;LI&gt;Your Linux server's data should then appear in the Splunk App for Unix and Linux instance.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Also: &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;I've fixed the typo in the documentation.&lt;/LI&gt;
&lt;LI&gt;It's okay if the 'local' folder doesn't exist, you can create it and that doesn't mean there's anything wrong. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Relevant reading:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Aboutforwardingandreceivingdata"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Aboutforwardingandreceivingdata&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Enableareceiver"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Enableareceiver&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Deployanixdfmanually"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Deployanixdfmanually&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2012 21:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33643#M1332</guid>
      <dc:creator>malmoore</dc:creator>
      <dc:date>2012-08-13T21:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Technology Add-on (TA) for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33644#M1333</link>
      <description>&lt;P&gt;On a secondary note, if you've got a fair number of servers you want to deploy the TA on, consider running a deployment server as well.  I found it a touch tricky to start but is worth all the trouble of figuring out.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 01:13:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33644#M1333</guid>
      <dc:creator>iunderwood</dc:creator>
      <dc:date>2012-08-14T01:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Technology Add-on (TA) for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33645#M1334</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;

&lt;P&gt;I had a nagging feeling I omitted something in the post.&lt;/P&gt;

&lt;P&gt;The VM host (the sender, now referred to as SenderA) does have the universal forwarder installed, I installed this first, configured it and get data sent out to Splunk, I then added Splunk TA for Unix and Linux, configured it on the hosts, SenderA, but the Splunk server is not getting anything.&lt;/P&gt;

&lt;P&gt;SenderA sends data to Splunk using the universal forwarder without issue, I see syslog messages etc, it works fine.&lt;/P&gt;

&lt;P&gt;I installed Splunk Technology Add-on (TA) for Unix and Linux to SenderA, this is not sending data to Splunk App for Unix and Linux to the Splunk server.&lt;/P&gt;

&lt;P&gt;The Splunk server gets data from the locally installed Splunk TA for Unix and Linux.&lt;/P&gt;

&lt;P&gt;So:&lt;/P&gt;

&lt;P&gt;Splunk server &amp;gt; local syslog data = OK&lt;BR /&gt;
Splunk server &amp;gt; local data &amp;gt; Splunk TA for Unix and Linux = OK&lt;BR /&gt;
Remote syslog data &amp;gt; univseral forwarder &amp;gt; Splunk server = OK&lt;BR /&gt;
Remote syslog data &amp;gt; universal forwarder + Splunk TA for Unix and Linux &amp;gt; Splunk server = NOT OK&lt;/P&gt;

&lt;P&gt;So I have to forward the output of Splunk TA for Unix and Linux on SenderA, to the universal forwarder on SenderA?  This might be the part I've missed if this is the case, I was thinking that you configure the Splunk TA for Unix and Linux to send directly to Splunk, but what I think you are saying is that the data from Splunk TA for Unix and Linux has to be routed through the universal forwarder...?&lt;/P&gt;

&lt;P&gt;It does seem I'm missing something here!&lt;/P&gt;

&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2012 13:38:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33645#M1334</guid>
      <dc:creator>mikebrooker</dc:creator>
      <dc:date>2012-08-14T13:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Technology Add-on (TA) for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33646#M1335</link>
      <description>&lt;P&gt;You should be set. If you're not seeing Splunk App for Unix and Linux data, there are a couple of possibilities as to why:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;your forwarding and receiving is not set up correctly.&lt;/LI&gt;
&lt;LI&gt;the Splunk TA for Unix and Linux is not installed correctly (it must be in $SPLUNK_HOME/etc/apps/Splunk_TA_nix on the computer that you want to collect data from)&lt;/LI&gt;
&lt;LI&gt;you aren't looking in the right index for the data (the Splunk App for Unix and Linux puts data into an index called 'os')&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Check $SPLUNK_HOME/var/log/splunk/splunkd.log on the VM for clues as to why data is not getting into your full Splunk instance.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:16:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33646#M1335</guid>
      <dc:creator>malmoore</dc:creator>
      <dc:date>2020-09-28T12:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Technology Add-on (TA) for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33647#M1336</link>
      <description>&lt;P&gt;Got it working, I think I got confused over the paths&lt;/P&gt;

&lt;P&gt;I did this and it works fine now.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;On Splunk server (receiver)&lt;/STRONG&gt;&lt;BR /&gt;
Download/install Splunk TA for Unix and Linux to the Splunk server (receiver) and enabled it by going to Manager|Apps|Enable&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;On host you want to collect data from (sender)&lt;/STRONG&gt;&lt;BR /&gt;
Download and install the Splunk Universal Forwarder to the Linux host - the assumption is made that this configured and sending data to Splunk, in brief it consisted of the following for RHEL6&lt;/P&gt;

&lt;P&gt;Install &lt;BR /&gt;
 &lt;CODE&gt;rpm -ivh splunkforwarder-4.3.3-128297-linux-2.6-x86_64.rpm&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Create init.d start-up script&lt;BR /&gt;
 &lt;CODE&gt;/opt/splunkforwarder/bin/splunk enable boot-start&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Enable start-up at boot&lt;BR /&gt;
 &lt;CODE&gt;chkconfig splunk on&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Open firewall port tcp 9997&lt;BR /&gt;
 &lt;CODE&gt;iptables -I INPUT 4 -p tcp --dport 9997 -j ACCEPT&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Copy the default inputs.conf file from $SPLUNK_HOME/splunkforwarder/etc/system/default to $SPLUNK_HOME/splunkforwarder/etc/system/local, check UID/GUIDs are splunk:splunk&lt;/P&gt;

&lt;P&gt;Next edit the inputs.conf file located in $SPLUNK_HOME/splunkforwarder/etc/system/local to get something basic set-up.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;[default]&lt;BR /&gt;
host = mysender.local&lt;BR /&gt;
[monitor:///var/log/secure]&lt;BR /&gt;
disabled = false&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Start the splunkforwarder&lt;BR /&gt;
 &lt;CODE&gt;service start splunk&lt;/CODE&gt;&lt;BR /&gt;
or &lt;BR /&gt;
 &lt;CODE&gt;/etc/init.d/splunk start&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Tell Splunk that it now has a new sender&lt;BR /&gt;
 &lt;CODE&gt;/opt/splunkforwarder/bin/splunk add forward-server mysender.local:9997&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You should be getting data in Splunk now.&lt;/P&gt;

&lt;P&gt;Now download and manually install Splunk Technology Add-on (TA) for Unix and Linux onto the host to collect data from (sender), it will end up here:&lt;BR /&gt;
 &lt;CODE&gt;$SPLUNK_HOME/splunkforwarder/etc/apps/Splunk_TA_nix&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Copy the default inputs.conf file from $SPLUNK_HOME/splunkforwarder/etc/Splunk_TA_nix/default/inputs.conf to $SPLUNK_HOME/splunkforwarder/etc/apps/Splunk_TA_nix/local/&lt;/P&gt;

&lt;P&gt;I had to create the "local" directory, also check UID/GUIDs are splunk:splunk&lt;BR /&gt;
  &lt;CODE&gt;cp /opt/splunkforwarder/etc/apps/Splunk_TA_nix/default/inputs.conf /opt/splunkforwarder/etc/apps/Splunk_TA_nix/local/&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Next edit the inputs.conf file located in /opt/splunkforwarder/etc/apps/Splunk_TA_nix/local/ and enable items you wish to monitor by setting the "disabled" attribute to "false" and then restart splunkforwarder.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:30:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33647#M1336</guid>
      <dc:creator>mikebrooker</dc:creator>
      <dc:date>2020-09-28T12:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Technology Add-on (TA) for Unix and Linux</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33648#M1337</link>
      <description>&lt;P&gt;Hopefully this will help others take alot of surfing for answers out of this simple procedure:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Download UF &lt;A href="http://www.splunk.com/download/universalforwarder"&gt;http://www.splunk.com/download/universalforwarder&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Install UF 
&lt;CODE&gt;
rpm -Uvh splunkforwarder-5.0.2-149561.i386.rpm&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Download Tech Add On &lt;A href="http://splunk-base.splunk.com/apps/33800/splunk-add-on-for-unix-and-linux"&gt;http://splunk-base.splunk.com/apps/33800/splunk-add-on-for-unix-and-linux&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Configure TA&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
cd $SPLUNK_HOME/etc/apps/&lt;BR /&gt;
tar xzvf $TMP/Splunk_TA_nix-4.7.0-156739.tgz&lt;BR /&gt;
mkdir $SPLUNK_HOME/etc/apps/Splunk_TA_nix/local&lt;BR /&gt;
cp $SPLUNK_HOME/etc/apps/Splunk_TA_nix/default/inputs.conf $SPLUNK_HOME/etc/apps/Splunk_TA_nix/local/.&lt;BR /&gt;
vi $SPLUNK_HOME/etc/apps/Splunk_TA_nix/local/inputs.conf&lt;BR /&gt;
chown -R splunk.splunk $SPLUNK_HOME/etc/apps/Splunk_TA_nix&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Configure UF&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk edit user admin -password 'skcorknulps' -role admin -auth admin:changeme&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk add forward-server hostname:9997&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk/start&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Verify UF&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
$SPLUNK_HOME/bin/splunk list forward-server&lt;BR /&gt;
Username = admin&lt;BR /&gt;
Passwd = skcorknulps&lt;BR /&gt;
&lt;/CODE&gt;  &lt;/P&gt;

&lt;P&gt;Also helpful to check web interface to verify: App-&amp;gt; *Nix-4.6 -&amp;gt; Configs -&amp;gt; Hardware Configurations by Host&lt;/P&gt;

&lt;P&gt;NOTES: No firewall changes needed on clients running UF.  Must open 9997/TCP on server (unless using a non standard port).  Example iptables rule:&lt;/P&gt;

&lt;P&gt;RHEL5:&lt;BR /&gt;
&lt;CODE&gt;-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp -s ip.of.client.here --dport 9997 -j ACCEPT&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;RHEL6:&lt;BR /&gt;
&lt;CODE&gt;-INPUT -m state --state NEW -m tcp -p tcp -s ip.of.client.here --dport 9997 -j ACCEPT&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 17:57:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-Technology-Add-on-TA-for-Unix-and-Linux/m-p/33648#M1337</guid>
      <dc:creator>skcorknulps</dc:creator>
      <dc:date>2013-05-13T17:57:20Z</dc:date>
    </item>
  </channel>
</rss>

