<?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: Deployment Server &amp; Univeral Forwarder in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106366#M22398</link>
    <description>&lt;P&gt;Did you configure the forwarder to &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Configureforwarderswithoutputs.confd"&gt;send&lt;/A&gt; the data to the Indexer with the outputs.conf? Did you enable data &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.2.4/Deploy/Enableareceiver"&gt;recieving&lt;/A&gt; on the indexer? I'm no expert, but you may need to define a whitelist for what logs you do want. Maybe a "whitelist=*" since you appear to blacklist everything you don't want already? The following is an exerpt for a forwarder I use:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log]
whitelist=(\.log|log$|messages|secure|auth|mesg$|cron$|acpid$|\.out)
blacklist=(lastlog)
index=linuxserver
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 08 Nov 2011 21:57:05 GMT</pubDate>
    <dc:creator>jsb22</dc:creator>
    <dc:date>2011-11-08T21:57:05Z</dc:date>
    <item>
      <title>Deployment Server &amp; Univeral Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106362#M22394</link>
      <description>&lt;P&gt;Ok...&lt;/P&gt;

&lt;P&gt;I have a new installation of Splunk (v-4.2.4) up and running and am starting to use the deployment server.&lt;BR /&gt;
I have one test client and have installed the univeral forwarder in /opt/splunkforwarder&lt;BR /&gt;
Connectivity is up and running and the client is showing up in the deployment monitor as active.&lt;/P&gt;

&lt;P&gt;I've created a new deployment-app (linux-base) and have successfully deployed it to the aforementioned client. It shows up in /opt/splunkforwarder/etc/apps/linux-base and consists of an inputs.conf that is fairly basic as I just want to capture information from /var/log&lt;/P&gt;

&lt;P&gt;Here is inputs.conf&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log]
disabled=false
followTail = 1
recursive = true
index = amz
blacklist = (\.gz$|\.tgz$|faillog|wtmp|lastlog|core|audit|[0-9]$|store.log$)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Now here is the problem: I never see any info from /var/log. It doesn't appear to be processed at all?&lt;/P&gt;

&lt;P&gt;I verified this by running &lt;CODE&gt;./splunk btool inputs list&lt;/CODE&gt; and have confirmed that I'm only seeing the $Splunk_Home data. Which is what is defined by &lt;CODE&gt;/opt/splunkforwarder/etc/apps/SplunkUniversalForwarder/default/inputs.conf.&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;What I'm not sure about is why it doesn't see the configuration I've defined in the app I deployed? Shouldn't it pick up the alterate inputs.conf and forward the info to the indexer as defined by the &lt;CODE&gt;/opt/splunkforwarder/etc/system/local/outputs.conf&lt;/CODE&gt;?&lt;/P&gt;

&lt;P&gt;Any help is greatly appreciated!&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;Kate&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 15:54:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106362#M22394</guid>
      <dc:creator>Kate_Lawrence-G</dc:creator>
      <dc:date>2011-11-08T15:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server &amp; Univeral Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106363#M22395</link>
      <description>&lt;P&gt;You may want to ship a couple of additional files in your app, and double-check your &lt;CODE&gt;serverclass.conf&lt;/CODE&gt; settings.&lt;/P&gt;

&lt;P&gt;In my inputs-only apps, I always ship a &lt;CODE&gt;default/app.conf&lt;/CODE&gt; with these minimum settings:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[install]
state=enabled
is_configured=true

[ui]
is_visible=false
is_manageable=false
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I ship an (empty) &lt;CODE&gt;local/app.conf&lt;/CODE&gt; as well.  (Which is probably not necessary).&lt;/P&gt;

&lt;P&gt;And, back on the deployment server, make sure these two settings are set for the app in question:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;restartSplunkd=true
stateOnClient=enabled
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;P&gt;UPDATE:&lt;/P&gt;

&lt;P&gt;Also, make sure that when assembling your app, you follow the Splunk pattern for these apps.  All &lt;CODE&gt;*.conf&lt;/CODE&gt; files need to be in either &lt;CODE&gt;default/&lt;/CODE&gt; or &lt;CODE&gt;local/&lt;/CODE&gt; -- otherwise Splunk won't parse them into the configuration.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 17:05:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106363#M22395</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-11-08T17:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server &amp; Univeral Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106364#M22396</link>
      <description>&lt;P&gt;Thanks dwaddle! I made those changes and sent out the updated deployment and everything is updated. However I still don't see any of the /var/log data being processed just the $Splunk_Home data under /opt/splunk....&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 18:29:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106364#M22396</guid>
      <dc:creator>Kate_Lawrence-G</dc:creator>
      <dc:date>2011-11-08T18:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server &amp; Univeral Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106365#M22397</link>
      <description>&lt;P&gt;check splunkd.log for any errors connecting back to the indexer. or maybe post what you find in that log file on here.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2011 19:27:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106365#M22397</guid>
      <dc:creator>RicoSuave</dc:creator>
      <dc:date>2011-11-08T19:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server &amp; Univeral Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106366#M22398</link>
      <description>&lt;P&gt;Did you configure the forwarder to &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Deploy/Configureforwarderswithoutputs.confd"&gt;send&lt;/A&gt; the data to the Indexer with the outputs.conf? Did you enable data &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.2.4/Deploy/Enableareceiver"&gt;recieving&lt;/A&gt; on the indexer? I'm no expert, but you may need to define a whitelist for what logs you do want. Maybe a "whitelist=*" since you appear to blacklist everything you don't want already? The following is an exerpt for a forwarder I use:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///var/log]
whitelist=(\.log|log$|messages|secure|auth|mesg$|cron$|acpid$|\.out)
blacklist=(lastlog)
index=linuxserver
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Nov 2011 21:57:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106366#M22398</guid>
      <dc:creator>jsb22</dc:creator>
      <dc:date>2011-11-08T21:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server &amp; Univeral Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106367#M22399</link>
      <description>&lt;P&gt;Kate - so, &lt;CODE&gt;btool&lt;/CODE&gt; still doesn't show your input as being part of the overall splunk configuration?  Is your &lt;CODE&gt;inputs.conf&lt;/CODE&gt; in either the &lt;CODE&gt;default&lt;/CODE&gt; or &lt;CODE&gt;local&lt;/CODE&gt; directory of your deployed app?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2011 00:20:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106367#M22399</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-11-09T00:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server &amp; Univeral Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106368#M22400</link>
      <description>&lt;P&gt;This was it!! somehow I totally missed that I didn't have the inputs.conf file in the correct directory...I just knew it had to be something like that. Thanks for help!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2011 16:30:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106368#M22400</guid>
      <dc:creator>Kate_Lawrence-G</dc:creator>
      <dc:date>2011-11-09T16:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Deployment Server &amp; Univeral Forwarder</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106369#M22401</link>
      <description>&lt;P&gt;Cool.  I updated the actual answer with that tidbit of advice.  If you don't mind, please click the "accept answer" checkbox to the left so the answers system will treat this as "answered". Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2011 16:51:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Deployment-Server-Univeral-Forwarder/m-p/106369#M22401</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2011-11-09T16:51:49Z</dc:date>
    </item>
  </channel>
</rss>

