<?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: Appinspect - Why is the &amp;quot;Dynamic check for modular inputs&amp;quot; check case-insensitive? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453091#M8241</link>
    <description>&lt;P&gt;Defaziom, we are still working on it and the issue will be fixed soon (most likely before Feb). &lt;/P&gt;</description>
    <pubDate>Fri, 21 Dec 2018 15:07:47 GMT</pubDate>
    <dc:creator>chenl_splunk</dc:creator>
    <dc:date>2018-12-21T15:07:47Z</dc:date>
    <item>
      <title>Appinspect - Why is the "Dynamic check for modular inputs" check case-insensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453088#M8238</link>
      <description>&lt;P&gt;If I have the following scheme:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;scheme&amp;gt;
&amp;lt;title&amp;gt;My App&amp;lt;/title&amp;gt;
&amp;lt;description&amp;gt;Does stuff&amp;lt;/description&amp;gt;
&amp;lt;use_external_validation&amp;gt;true&amp;lt;/use_external_validation&amp;gt;
&amp;lt;use_single_instance&amp;gt;true&amp;lt;/use_single_instance&amp;gt;
&amp;lt;streaming_mode&amp;gt;xml&amp;lt;/streaming_mode&amp;gt;
&amp;lt;endpoint&amp;gt;
    &amp;lt;args&amp;gt;
        &amp;lt;arg name="MyArg"&amp;gt;
            &amp;lt;description&amp;gt;sample arg&amp;lt;/description&amp;gt;
            &amp;lt;data_type&amp;gt;string&amp;lt;/data_type&amp;gt;
            &amp;lt;required_on_edit&amp;gt;false&amp;lt;/required_on_edit&amp;gt;
            &amp;lt;required_on_create&amp;gt;true&amp;lt;/required_on_create&amp;gt;
        &amp;lt;/arg&amp;gt;
    &amp;lt;/args&amp;gt;
&amp;lt;/endpoint&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the following inputs.conf.spec&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[my_app://&amp;lt;name&amp;gt;]
 MyArg = &amp;lt;value&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Using the appinspect API, The "Dynamic checks for modular inputs Modular Inputs are configured via an inputs.conf.spec file located at README/inputs.conf.spec" check fails claiming that "MyArg" defined in the scheme was not found in "README/inputs.conf.spec". If I change "MyArg" in the scheme to "myarg", the check passes.&lt;/P&gt;

&lt;P&gt;Why are the args in the spec file treated as case-insensitive when the check is run? When the app is installed in Splunk, Splunk treats the args in the spec file as case-sensitive. Shouldn't the behavior of the check be the same as Splunk?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Oct 2018 20:40:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453088#M8238</guid>
      <dc:creator>defaziom</dc:creator>
      <dc:date>2018-10-25T20:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Appinspect - Why is the "Dynamic check for modular inputs" check case-insensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453089#M8239</link>
      <description>&lt;P&gt;Hi Defaziom, &lt;BR /&gt;
Thank you for reporting this issue! We've tracked this issue internally and will start our investigation and take appropriate action. &lt;/P&gt;

&lt;P&gt;Best Regards,&lt;BR /&gt;
Leo&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 10:07:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453089#M8239</guid>
      <dc:creator>chenl_splunk</dc:creator>
      <dc:date>2018-10-29T10:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Appinspect - Why is the "Dynamic check for modular inputs" check case-insensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453090#M8240</link>
      <description>&lt;P&gt;Leo, thank you for looking into this issue! Do you have any updates?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 16:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453090#M8240</guid>
      <dc:creator>defaziom</dc:creator>
      <dc:date>2018-12-19T16:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Appinspect - Why is the "Dynamic check for modular inputs" check case-insensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453091#M8241</link>
      <description>&lt;P&gt;Defaziom, we are still working on it and the issue will be fixed soon (most likely before Feb). &lt;/P&gt;</description>
      <pubDate>Fri, 21 Dec 2018 15:07:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453091#M8241</guid>
      <dc:creator>chenl_splunk</dc:creator>
      <dc:date>2018-12-21T15:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Appinspect - Why is the "Dynamic check for modular inputs" check case-insensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453092#M8242</link>
      <description>&lt;P&gt;@defaziom we've updated the AppInspect API service, I assume the issue should be fixed already, please verify. &lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:07:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453092#M8242</guid>
      <dc:creator>chenl_splunk</dc:creator>
      <dc:date>2019-01-16T10:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Appinspect - Why is the "Dynamic check for modular inputs" check case-insensitive?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453093#M8243</link>
      <description>&lt;P&gt;I resubmitted our app and it passed all AppInspect tests! Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 19:12:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Appinspect-Why-is-the-quot-Dynamic-check-for-modular-inputs-quot/m-p/453093#M8243</guid>
      <dc:creator>defaziom</dc:creator>
      <dc:date>2019-01-16T19:12:08Z</dc:date>
    </item>
  </channel>
</rss>

