<?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: How do I configure a Splunk Forwarder on Linux? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72095#M4533</link>
    <description>&lt;P&gt;I had the same issue and manually created the directory  etc/apps/search/local and the inputs.con under it.  In it I put:&lt;/P&gt;

&lt;P&gt;[monitor:///var/log]&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;and it worked!  This was after a day and a half struggling.  Possibly was a permission issue but not sure.  Thanks!  Great article!&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2015 17:22:53 GMT</pubDate>
    <dc:creator>rlorenzon</dc:creator>
    <dc:date>2015-07-17T17:22:53Z</dc:date>
    <item>
      <title>How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72078#M4516</link>
      <description>&lt;P&gt;What is a good procure to follow for installing a Splunk Universal Forwarder on a Linux host for the first time? A step by step process might help first time users get data into Splunk and understand some of the ways Splunk can be managed and configured.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2012 21:07:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72078#M4516</guid>
      <dc:creator>MillerTime</dc:creator>
      <dc:date>2012-06-08T21:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72079#M4517</link>
      <description>&lt;P&gt;to install and run as the user 'splunk', which is preferable to running as 'root': &lt;/P&gt;

&lt;P&gt;log on and su to root.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;rpm -i splunk_install_file.rpm
su splunk -c "/opt/splunkforwarder/bin/splunk start --accept-license"
/opt/splunkforwarder/bin/splunk enable boot-start -user splunk
su splunk -c "/opt/splunkforwarder/bin/splunk edit user admin -password &amp;lt;your new password&amp;gt; -auth admin:changeme"

#optional if you want to use the Deployment Server feature of your splunk server.
su splunk -c "/opt/splunkforwarder/bin/splunk set deploy-poll &amp;lt;ip:port&amp;gt;"

/etc/init.d/splunk restart
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Put all of that in a script, and you'll have a nice clean start. &lt;/P&gt;

&lt;P&gt;/k&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2012 21:36:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72079#M4517</guid>
      <dc:creator>kristian_kolb</dc:creator>
      <dc:date>2012-06-08T21:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72080#M4518</link>
      <description>&lt;P&gt;The &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Distributedoverview"&gt;Distributed Deployment Manual&lt;/A&gt; has a lot of information about forwarding and receiving and includes instructions for installing and configuring the universal forwarder. Was there information you were looking for that you didn't find?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2012 21:38:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72080#M4518</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2012-06-08T21:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72081#M4519</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Splunk Command Line Reference:&lt;/STRONG&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Admin/AccessandusetheCLIonaremoteserver" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Admin/AccessandusetheCLIonaremoteserver&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
Note: the CLI may ask you to authenticate – it’s asking for the LOCAL credentials, so if you haven’t changed the admin password on the forwarder, you should use admin/changeme&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;STRONG&gt;Steps for Installing/Configuring Linux forwarders:&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 1: Download Splunk Universal Forwarder:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://www.splunk.com/download/universalforwarder" target="_blank"&gt;http://www.splunk.com/download/universalforwarder&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;
(64bit package if applicable!)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 2: Install Forwarder&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 3: Enable boot-start/init script:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
/opt/splunkforwarder/bin/splunk enable boot-start&lt;BR /&gt;&lt;BR /&gt;
(start splunk: /opt/splunkforwarder/splunk start)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 4: Enable Receiving input on the Index Server&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
Configure the Splunk Index Server to receive data, either in the manager:&lt;BR /&gt;&lt;BR /&gt;
Manager -&amp;gt; sending and receiving -&amp;gt; configure receiving -&amp;gt; new &lt;BR /&gt;&lt;BR /&gt;
or via the CLI:&lt;BR /&gt;&lt;BR /&gt;
/opt/splunk/bin/splunk enable listen 9997 &lt;BR /&gt;&lt;BR /&gt;
Where 9997 (default) is the receiving port for Splunk Forwarder connections&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 5: Configure Forwarder connection to Index Server:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
/opt/splunkforwarder/bin/splunk add forward-server hostname.domain:9997&lt;BR /&gt;&lt;BR /&gt;
(where hostname.domain is the fully qualified address or IP of the index server (like indexer.splunk.com), and 9997 is the receiving port you create on the Indexer:&lt;BR /&gt; Manager -&amp;gt; sending and receiving -&amp;gt; configure receiving -&amp;gt; new)&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 6: Test Forwarder connection:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
/opt/splunkforwarder/bin/splunk list forward-server&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 7: Add Data:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
/opt/splunkforwarder/bin/splunk add monitor /path/to/app/logs/ -index main -sourcetype %app% &lt;BR /&gt;&lt;BR /&gt;
Where /path/to/app/logs/ is the path to application logs on the host that you want to bring into Splunk, and %app% is the name you want to associate with that type of data &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
This will create a file: inputs.conf in /opt/splunkforwarder/etc/apps/search/local/ -- here is some documentation on inputs.conf:&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/admin/Inputsconf" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/latest/admin/Inputsconf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;Note: System logs in /var/log/ are covered in the configuration part of Step 7. If you have application logs in /var/log/*/ &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 8 (Optional): Install and Configure UNIX app on Indexer and *nix forwarders:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
On the Splunk Server, go to Apps -&amp;gt; Manage Apps -&amp;gt; Find more Apps Online -&amp;gt; Search for ‘Splunk App for Unix and Linux’ -&amp;gt; Install the "Splunk App for Unix and Linux'&lt;BR /&gt;&lt;BR /&gt;
Restart Splunk if prompted, Open UNIX app -&amp;gt; Configure&lt;BR /&gt;&lt;BR /&gt;
&lt;BR /&gt;Once you’ve configured the UNIX app on the server, you'll want to install the related Add-on: "Splunk Add-on for Unix and Linux" on the Universal Forwarder. Go to &lt;A href="http://apps.splunk.com/" target="_blank"&gt;http://apps.splunk.com/&lt;/A&gt; and find the "Splunk Add-on for Unix and Linux" (Note you want the ADD-ON, not the App - there is a difference!). &lt;BR /&gt;Copy the contents of the Add-On zip file to the Universal Forwarder, in: /opt/splunkforwarder/etc/apps/. If done correctly, you will have the directory "/opt/splunkforwarder/etc/apps/Splunk_TA_nix" and inside it will be a few directories along with a README &amp;amp; license files.&lt;BR /&gt;&lt;BR /&gt;
Restart  the Splunk forwarder (/opt/splunkforwarder/bin/splunk restart)&lt;BR /&gt;&lt;BR /&gt;
&lt;BR /&gt;Note: The data collected by the unix app is by default placed into a separate index called ‘os’ so it will not be searchable within splunk unless you either go through the UNIX app, or include the following in your search query: “index=os” or “index=os OR index=main” (don’t paste doublequotes) &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 9 (Optional): Customize UNIX app configuration on forwarders:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
Look at inputs.conf in /opt/splunkforwarder/etc/apps/unix/local/ and /opt/splunkforwarder/etc/apps/unix/default/&lt;BR /&gt;&lt;BR /&gt;
The ~default/inputs. path shows what the app can do, but everything is disabled. The ~local/inputs.conf shows what has been enabled – if you want to change polling intervals or disable certain scripts, make the changes in ~local/inputs.conf.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Step 10 (Optional): Configure File System Change Monitoring (for configuration files):&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3.2/Data/Monitorchangestoyourfilesystem" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/4.3.2/Data/Monitorchangestoyourfilesystem&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Note that Splunk also has a centralized configuration management server called Deployment Server. This can be used to define server classes and push out specific apps and configurations to those classes. So you may want to have your production servers class have the unix app configured to execute those scripts listed in ~local/inputs at the default values, but maybe your QA servers only need a few of the full stack, and at longer polling intervals. Using Deployment Server, you can configure these classes, configure the app once centrally, and push the appropriate app/configuration to the right systems. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:55:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72081#M4519</guid>
      <dc:creator>MillerTime</dc:creator>
      <dc:date>2020-09-28T11:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72082#M4520</link>
      <description>&lt;P&gt;Step 7 add data is failing for me, i dont see its creating inputs.conf file under /etc/apps/search/local .. i dont have local directory in that path..&lt;BR /&gt;
i am trying this on linux.. what am i doing wrong.. my splunk version is 4.3.4&lt;/P&gt;

&lt;P&gt;In handler 'monitor': Parameter index: Index 'main' does not exist. Please provide a valid index.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2012 22:42:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72082#M4520</guid>
      <dc:creator>rajeshgajula</dc:creator>
      <dc:date>2012-09-14T22:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72083#M4521</link>
      <description>&lt;P&gt;nope, just created this article (and answered it) so that there'd be some step-by-step info for other splunkers. thanks though!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2012 19:34:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72083#M4521</guid>
      <dc:creator>MillerTime</dc:creator>
      <dc:date>2012-09-21T19:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72084#M4522</link>
      <description>&lt;P&gt;If the command is giving you an error then it likely won't write to the inputs.conf file. Strange that the main index doesn't exist yet...try leaving off the '-index main' part. The main index is where new data goes by default anyways.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2012 19:36:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72084#M4522</guid>
      <dc:creator>MillerTime</dc:creator>
      <dc:date>2012-09-21T19:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72085#M4523</link>
      <description>&lt;P&gt;It's good Article&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2013 07:35:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72085#M4523</guid>
      <dc:creator>nashish</dc:creator>
      <dc:date>2013-03-18T07:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72086#M4524</link>
      <description>&lt;P&gt;Still a great tutorial after 1.5 years!&lt;/P&gt;

&lt;P&gt;@Anonymous 8: there are two almost identical unix apps.&lt;/P&gt;

&lt;P&gt;After installation of a unix app, there is nu unix folder in  /opt/splunk/etc/apps/&lt;BR /&gt;
There are: splunk_app_for_nix and Splunk_TA_nix&lt;/P&gt;

&lt;P&gt;You should copy the Splunk_TA_nix as described here: &lt;A href="http://docs.splunk.com/Documentation/UnixApp/5.0.2TA/User/InstalltheSplunkAdd-onforUnixandLinux" target="_blank"&gt;http://docs.splunk.com/Documentation/UnixApp/5.0.2TA/User/InstalltheSplunkAdd-onforUnixandLinux&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:37:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72086#M4524</guid>
      <dc:creator>Thijxx</dc:creator>
      <dc:date>2020-09-28T15:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72087#M4525</link>
      <description>&lt;P&gt;I met with the same problem in step 7. after leaving off the '-index main' part, still no data is written in the config file. What's wrong? besides step 7 should be executed in which host?? thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 09:17:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72087#M4525</guid>
      <dc:creator>windyita</dc:creator>
      <dc:date>2014-02-12T09:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72088#M4526</link>
      <description>&lt;P&gt;search $SPLUNK_HOME/etc/system/local/ and $SPLUNK_HOME/etc/apps (recursively) for "inputs.conf". If the command to add the input was successful there should be an associated inputs.conf with the specifications set by the command. If you're getting an error, what is the exact text?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:52:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72088#M4526</guid>
      <dc:creator>MillerTime</dc:creator>
      <dc:date>2020-09-28T15:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72089#M4527</link>
      <description>&lt;P&gt;correction to: "This will create a file: inputs.conf in /opt/splunk/etc/apps/search/local/ -- here is some documentation on inputs.conf:"&lt;/P&gt;

&lt;P&gt;it's actually under /opt/splunkforwarder not /opt/splunk&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2014 13:31:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72089#M4527</guid>
      <dc:creator>justinsimonelis</dc:creator>
      <dc:date>2014-02-12T13:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72090#M4528</link>
      <description>&lt;P&gt;fixed - thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2014 23:10:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72090#M4528</guid>
      <dc:creator>MillerTime</dc:creator>
      <dc:date>2014-08-05T23:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72091#M4529</link>
      <description>&lt;P&gt;Active forwards:&lt;BR /&gt;
        None&lt;BR /&gt;
Configured but inactive forwards&lt;/P&gt;

&lt;P&gt;can you help on this?&lt;BR /&gt;
fw is ok, &lt;BR /&gt;
monitor /var/log/&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2014 15:40:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72091#M4529</guid>
      <dc:creator>blebit</dc:creator>
      <dc:date>2014-11-07T15:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72092#M4530</link>
      <description>&lt;P&gt;I would suggest checking your firewall settings and making sure you enabled the receiving port (default:9997) on your splunk forwarder&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2015 15:16:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72092#M4530</guid>
      <dc:creator>mwisniewski9</dc:creator>
      <dc:date>2015-03-09T15:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72093#M4531</link>
      <description>&lt;P&gt;You need to ensure that the sysstat package is installed on the forwarder if you are running ubuntu.  This add-on makes use of sar to provide data.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2015 02:06:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72093#M4531</guid>
      <dc:creator>mnatalier</dc:creator>
      <dc:date>2015-03-20T02:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72094#M4532</link>
      <description>&lt;P&gt;The contents of this comment should replace: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Useforwardingagentstogetdata"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.3/Data/Useforwardingagentstogetdata&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I spent hours trying to get the universal forwarder working on a linux box using that link, it only took a few minutes using MillerTime's instructions.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2015 02:15:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72094#M4532</guid>
      <dc:creator>flakrat</dc:creator>
      <dc:date>2015-05-12T02:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72095#M4533</link>
      <description>&lt;P&gt;I had the same issue and manually created the directory  etc/apps/search/local and the inputs.con under it.  In it I put:&lt;/P&gt;

&lt;P&gt;[monitor:///var/log]&lt;BR /&gt;
disabled = false&lt;/P&gt;

&lt;P&gt;and it worked!  This was after a day and a half struggling.  Possibly was a permission issue but not sure.  Thanks!  Great article!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2015 17:22:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72095#M4533</guid>
      <dc:creator>rlorenzon</dc:creator>
      <dc:date>2015-07-17T17:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72096#M4534</link>
      <description>&lt;P&gt;Try &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk set deploy-poll Splunk_IP:Splunk_mgt_port
splunk restart
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Sep 2015 12:50:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72096#M4534</guid>
      <dc:creator>SarahSplunk123</dc:creator>
      <dc:date>2015-09-02T12:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do I configure a Splunk Forwarder on Linux?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72097#M4535</link>
      <description>&lt;P&gt;It works! &lt;BR /&gt;
Thank you very much for a great tutorial.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 05:36:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-I-configure-a-Splunk-Forwarder-on-Linux/m-p/72097#M4535</guid>
      <dc:creator>pelin_kurt_2</dc:creator>
      <dc:date>2015-09-10T05:36:12Z</dc:date>
    </item>
  </channel>
</rss>

