<?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: Master bundle deployment - technology add-ons in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158933#M14628</link>
    <description>&lt;P&gt;The way this is supposed to work is a modular inputs feature.  When an app ships a modular input -- and &lt;CODE&gt;ta_vmware_collection_worker://&lt;/CODE&gt; is definitely a modular input -- it is also supposed to ship within the app a &lt;CODE&gt;README/inputs.conf.spec&lt;/CODE&gt; that specifies all of the inputs.conf options that are available for that modular input.  Unlike most applications, in this case the &lt;CODE&gt;README&lt;/CODE&gt; files are NOT AT ALL OPTIONAL but rather are used to help define what is acceptable in .conf files.&lt;/P&gt;

&lt;P&gt;Splunk's various configuration checking tools are supposed to use these to validate configuration files are "good".  It sounds like at first glance that you don't have the spec file in the &lt;CODE&gt;README&lt;/CODE&gt; dir, or possibly you're running into a bug in Splunk.&lt;/P&gt;

&lt;P&gt;If you don't have a &lt;CODE&gt;$SPLUNK_HOME/etc/master_apps/Splunk_TA_vmware/README/inputs.conf.spec&lt;/CODE&gt; file then try putting the right one there from the VMWare app distribution.  If this file does exist AND it contains a reference to &lt;CODE&gt;log_level&lt;/CODE&gt; then it's possible you're hitting upon a bug.  I would TRY (no guarantees it'll work) installing Splunk_TA_vmware into the cluster master's &lt;CODE&gt;etc/apps&lt;/CODE&gt; and see if that makes it able to properly validate configuration on the &lt;CODE&gt;master-apps&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Please report back what you find.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 19:24:07 GMT</pubDate>
    <dc:creator>dwaddle</dc:creator>
    <dc:date>2020-09-28T19:24:07Z</dc:date>
    <item>
      <title>Master bundle deployment - technology add-ons</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158931#M14626</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I'm currently installing the VMWare application and when I try to deploy the different technologies Add-ons through the master node (master-apps/Splunk_TA_vmware) I receive the following error:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;cs-v-splunk-masterchampaero:  Invalid&lt;BR /&gt;
key in stanza [ta_vmware_collection_worker://alpha] in /opt/splunk/etc/master-apps/Splunk_TA_vmware/default/inputs.conf, line 3: capabilities (value: hostvmperf,otherperf,hierarchyinv,hostinv,vminv,clusterinv,datastoreinv,rpinv,task,event)&lt;BR /&gt;
cs-v-splunk-masterchampaero:   Invalid key in stanza [ta_vmware_collection_worker://alpha] in /opt/splunk/etc/master-apps/Splunk_TA_vmware/default/inputs.conf, line 4: log_level (value: INFO)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;...&lt;/P&gt;

&lt;P&gt;Please find the inputs.conf stanza below:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;P&gt;[ta_vmware_collection_worker://alpha]&lt;BR /&gt;
capabilities = hostvmperf,otherperf,hierarchyinv,hostinv,vminv,clusterinv,datastoreinv,rpinv,task,event&lt;BR /&gt;
log_level = INFO &lt;BR /&gt;
index = vmware&lt;BR /&gt;
disabled = 1 &lt;BR /&gt;
interval = 15&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;I have many errors like this one.&lt;/P&gt;

&lt;P&gt;Do you have an idea ?&lt;/P&gt;

&lt;P&gt;thank you,&lt;BR /&gt;
Regards&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:27:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158931#M14626</guid>
      <dc:creator>Alteek</dc:creator>
      <dc:date>2020-09-28T18:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Master bundle deployment - technology add-ons</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158932#M14627</link>
      <description>&lt;P&gt;Alteek did you get this resolved? I'm running into the same issue.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2015 16:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158932#M14627</guid>
      <dc:creator>snowmizer</dc:creator>
      <dc:date>2015-04-01T16:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Master bundle deployment - technology add-ons</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158933#M14628</link>
      <description>&lt;P&gt;The way this is supposed to work is a modular inputs feature.  When an app ships a modular input -- and &lt;CODE&gt;ta_vmware_collection_worker://&lt;/CODE&gt; is definitely a modular input -- it is also supposed to ship within the app a &lt;CODE&gt;README/inputs.conf.spec&lt;/CODE&gt; that specifies all of the inputs.conf options that are available for that modular input.  Unlike most applications, in this case the &lt;CODE&gt;README&lt;/CODE&gt; files are NOT AT ALL OPTIONAL but rather are used to help define what is acceptable in .conf files.&lt;/P&gt;

&lt;P&gt;Splunk's various configuration checking tools are supposed to use these to validate configuration files are "good".  It sounds like at first glance that you don't have the spec file in the &lt;CODE&gt;README&lt;/CODE&gt; dir, or possibly you're running into a bug in Splunk.&lt;/P&gt;

&lt;P&gt;If you don't have a &lt;CODE&gt;$SPLUNK_HOME/etc/master_apps/Splunk_TA_vmware/README/inputs.conf.spec&lt;/CODE&gt; file then try putting the right one there from the VMWare app distribution.  If this file does exist AND it contains a reference to &lt;CODE&gt;log_level&lt;/CODE&gt; then it's possible you're hitting upon a bug.  I would TRY (no guarantees it'll work) installing Splunk_TA_vmware into the cluster master's &lt;CODE&gt;etc/apps&lt;/CODE&gt; and see if that makes it able to properly validate configuration on the &lt;CODE&gt;master-apps&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Please report back what you find.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:24:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158933#M14628</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2020-09-28T19:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Master bundle deployment - technology add-ons</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158934#M14629</link>
      <description>&lt;P&gt;Thanks dwaddle. I did have the spec file in the $SPLUNK_HOME/etc/master-apps/Splunk_TA_vmware/README and the references were in the inputs.conf.spec file. It appears that there is an issue when the app doesn't reside in the $SPLUNK_HOME/etc/apps folder. I installed the app on the indexers manually instead of via the cluster master and everything works fine.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:24:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158934#M14629</guid>
      <dc:creator>snowmizer</dc:creator>
      <dc:date>2020-09-28T19:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Master bundle deployment - technology add-ons</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158935#M14630</link>
      <description>&lt;P&gt;After further testing putting the apps in $SPLUNK_HOME/etc/apps allowed me to also put them in $SPLUNK_HOME/etc/master-apps and deploy to my indexers from my cluster master. So it appears that validation is happening when the apps reside in $SPLUNK_HOME/etc/apps but Splunk doesn't look for spec files in $SPLUNK_HOME/etc/master-apps when the app has been place here.&lt;/P&gt;

&lt;P&gt;Thanks dwaddle!!!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:24:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158935#M14630</guid>
      <dc:creator>snowmizer</dc:creator>
      <dc:date>2020-09-28T19:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Master bundle deployment - technology add-ons</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158936#M14631</link>
      <description>&lt;P&gt;Tested in 6.3.0. Seeing the same there because the app resides in etc/master-apps and not etc/apps. Bug fix?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 06:20:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Master-bundle-deployment-technology-add-ons/m-p/158936#M14631</guid>
      <dc:creator>mikaelbje</dc:creator>
      <dc:date>2015-10-06T06:20:31Z</dc:date>
    </item>
  </channel>
</rss>

