<?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 4.2 Universal Forwarder *nix app install via CLI in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69581#M14126</link>
    <description>&lt;P&gt;what command you run to enable unix app?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2013 21:59:48 GMT</pubDate>
    <dc:creator>hugocvg</dc:creator>
    <dc:date>2013-03-20T21:59:48Z</dc:date>
    <item>
      <title>Splunk 4.2 Universal Forwarder *nix app install via CLI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69575#M14120</link>
      <description>&lt;P&gt;I am running a Linux box as an indexer and have multiple servers feeding data back to the index.  The issue I am having is a simple one but I cannot find a very straight forward answer.  Forgive me if this question has been answered but I have only been successful in finding variations of the question.  I have 4 unix boxes that I have the new universal forwarders set up on.  The initial set up went smoothly and the data is being fed into the deployment manager.  Since there is no browser interface I need to install the *nix app via the terminal.  What is the correct syntax to accomplish this? the only data I am receiving from my forwarders is splunk information.&lt;/P&gt;

&lt;P&gt;example: 
03/18/2011 19:30:00, search_name="All indexers - regenerator", search_now=1300503600.000, info_min_time=1300501800.000, info_max_time=1300503600.000, info_search_time=1300503640.924, avg_age=0, indexQ_percentage=0, kb="2420.735356", my_splunk_server="access-root", parseQ_percentage=0, report="\"DM indexer summary index\""&lt;/P&gt;

&lt;P&gt;I was hoping to install the *nix app in order to collect more important data such as syslogs.  Without having to manually forward them.  Since this is something the forwarder should do.  &lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;

&lt;P&gt;Thanks,
Miguel&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2011 05:42:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69575#M14120</guid>
      <dc:creator>monkeybox</dc:creator>
      <dc:date>2011-03-29T05:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 4.2 Universal Forwarder *nix app install via CLI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69576#M14121</link>
      <description>&lt;P&gt;Miguel,&lt;/P&gt;

&lt;P&gt;There is currently a bug with installing Splunk 4.2 UF via the CLI.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/questions/13073/installing-setting-up-unix-app-with-universal-forwarder/13078#13078" rel="nofollow"&gt;http://answers.splunk.com/questions/13073/installing-setting-up-unix-app-with-universal-forwarder/13078#13078&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;However, you can still easily install the app via the configuration files.
Here is a quick installation guide:  &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;1 - Download the Unix app from splunkbase
2 - untar the package in the /splunk/etc/apps directory so that it looks like: /splunk/etc/apps/unix
3 - Copy /splunk/etc/apps/unix/default/app.conf to /splunk/etc/apps/unix/local/app.conf
4 - Edit the app.conf in the local directory to say: app=enabled
5 - Copy /splunk/etc/apps/unix/default/inputs.conf to /splunk/etc/apps/unix/local/
6 - Edit /splunk/etc/apps/unix/local/inputs.conf so that you ENABLE (set to 1) each and all inputs you would like to send to the indexer.
7 - Restart splunk
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(Assuming youve already set up forwarding/receiving) This should do it...&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2011 07:28:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69576#M14121</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2011-03-29T07:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 4.2 Universal Forwarder *nix app install via CLI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69577#M14122</link>
      <description>&lt;P&gt;You will have to use the CLI, or modify directly the configuration files.&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;download the unix app from splunkbase 
&lt;A href="http://splunkbase.splunk.com/apps/All/4.x/App/app:Splunk+for+Unix+and+Linux" rel="nofollow"&gt;http://splunkbase.splunk.com/apps/All/4.x/App/app:Splunk+for+Unix+and+Linux&lt;/A&gt;, untar the file in $SPLUNK_HOME/etc/apps/&lt;/LI&gt;
&lt;LI&gt;restart splunk, and enable the app from
cd $SPLUNK_HOME/bin
./splunk enable app unix&lt;/LI&gt;
&lt;LI&gt;to tune your inputs, modify the $SPLUNK_HOME/etc/apps/unix/local/inputs.conf
and restart to apply.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;You can check the result of your configuration with
./btool inputs list&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2011 07:33:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69577#M14122</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2011-03-29T07:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 4.2 Universal Forwarder *nix app install via CLI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69578#M14123</link>
      <description>&lt;P&gt;Exactly what I was looking for.  Thank you.  It appears to have gone smoothly.  Should I be looking for data sent from forwarders under my deployment manager/search app/ or my indexers *nix app? Thanks again.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2011 00:32:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69578#M14123</guid>
      <dc:creator>monkeybox</dc:creator>
      <dc:date>2011-03-30T00:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 4.2 Universal Forwarder *nix app install via CLI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69579#M14124</link>
      <description>&lt;P&gt;you should be able to see the data from both apps, as long as you specify index=os on the search app. (the unix app has that by default)&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2011 02:23:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69579#M14124</guid>
      <dc:creator>Genti</dc:creator>
      <dc:date>2011-03-30T02:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 4.2 Universal Forwarder *nix app install via CLI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69580#M14125</link>
      <description>&lt;P&gt;After I follow these instructions, I start the application (splunk start) -- all is fine.&lt;/P&gt;

&lt;P&gt;Then I do ==&amp;gt; enable the app from cd $SPLUNK_HOME/bin ./splunk enable app unix&lt;/P&gt;

&lt;P&gt;It returns:&lt;/P&gt;

&lt;P&gt;Your session is invalid.  Please login.
Splunk username: admin
Password: 
Splunk is not running, and it must be for this operation. To start splunk, run "splunk start".&lt;/P&gt;

&lt;P&gt;if i enter the incorrect password it lets me know... the correct password shuts it off.  Any ideas? thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2011 14:55:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69580#M14125</guid>
      <dc:creator>splunkdsf</dc:creator>
      <dc:date>2011-04-02T14:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk 4.2 Universal Forwarder *nix app install via CLI</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69581#M14126</link>
      <description>&lt;P&gt;what command you run to enable unix app?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2013 21:59:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunk-4-2-Universal-Forwarder-nix-app-install-via-CLI/m-p/69581#M14126</guid>
      <dc:creator>hugocvg</dc:creator>
      <dc:date>2013-03-20T21:59:48Z</dc:date>
    </item>
  </channel>
</rss>

