<?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: check_reload_trigger_for_all_custom_confs - app inspect error for .conf file in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/578531#M10246</link>
    <description>&lt;P&gt;Thank you very much &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/27103"&gt;@sloshburch&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I did check more carefully the app.conf syntax, and I found the following:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;[triggers]
########## Conf-level reload triggers ##########
# Do not force a restart of Splunk Enterprise for state changes of MyApp
# Do not run special code to tell MyApp to reload myconffile.conf
# Apps with custom config files usually pick this option:
reload.myconffile = simple&lt;/PRE&gt;&lt;P&gt;Indeed the extension .conf is not present in the file naming&lt;BR /&gt;&lt;BR /&gt;So I should make my declaration as:&lt;BR /&gt;&lt;BR /&gt;[triggers]&lt;BR /&gt;reload.inputs_templates = simple&lt;BR /&gt;&lt;BR /&gt;correct?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Altin&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 19:29:55 GMT</pubDate>
    <dc:creator>altink</dc:creator>
    <dc:date>2021-12-15T19:29:55Z</dc:date>
    <item>
      <title>check_reload_trigger_for_all_custom_confs - app inspect error for .conf file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/577697#M10242</link>
      <description>&lt;P&gt;At App Inspect Report the following error comes out for my application:&lt;BR /&gt;&lt;BR /&gt;check_reload_trigger_for_all_custom_confs&lt;BR /&gt;Custom conf file inputs_templates.conf does not have a reload trigger in app.conf. Without a reload trigger the app will request a restart on any change to the conf file, which may be a negative experience for end-users.&lt;BR /&gt;&lt;BR /&gt;My app does indeed have a .conf template file under default, named inputs_templates.conf. Under this same folder (/default), the following is the content of my app.conf:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[default]

[install]
is_configured = 0

[launcher]
author = DATAPLUS - Altin Karaulli
description = Omega Core Audit for Oracle App for Splunk is a security solution for Oracle databases.
version = 1.8.2

[package]
check_for_updates = 1
id = omega_core_audit

[ui]
label = Omega Core Audit for Oracle
is_visible = 1

[triggers]
reload.inputs_templates.conf = simple&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H5&gt;&lt;BR /&gt;Note the reload.inputs_templates.conf = simple under [triggers].&lt;BR /&gt;&lt;BR /&gt;So why the failure by App Inspect ?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Altin&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/H5&gt;</description>
      <pubDate>Tue, 07 Dec 2021 21:41:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/577697#M10242</guid>
      <dc:creator>altink</dc:creator>
      <dc:date>2021-12-07T21:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: check_reload_trigger_for_all_custom_confs - app inspect error for .conf file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/577707#M10243</link>
      <description>&lt;P&gt;... talking about AppInspect Report produced online in Splunkbase, under "Manage App"&lt;BR /&gt;No install of the appinspect in my Splunk.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="splunk_appinspect_error.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17144i674C74AE0560C2C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="splunk_appinspect_error.png" alt="splunk_appinspect_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 21:42:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/577707#M10243</guid>
      <dc:creator>altink</dc:creator>
      <dc:date>2021-12-07T21:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: check_reload_trigger_for_all_custom_confs - app inspect error for .conf file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/577944#M10244</link>
      <description>&lt;P&gt;On this issue Github&lt;BR /&gt;&lt;A href="https://github.com/guilhemmarchand/TA-jira-service-desk-simple-addon/issues/104" target="_blank"&gt;https://github.com/guilhemmarchand/TA-jira-service-desk-simple-addon/issues/104&lt;/A&gt;&lt;BR /&gt;says:&lt;/P&gt;&lt;P&gt;Add in app.conf:&lt;BR /&gt;[triggers]&lt;BR /&gt;reload.ta_service_desk_simple_addon_settings = simple&lt;/P&gt;&lt;P&gt;I did that:&lt;/P&gt;&lt;P&gt;[triggers]&lt;BR /&gt;reload.inputs_templates.conf = simple&lt;/P&gt;&lt;P&gt;but still I have the Failure in Splunkbase for my app&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 21:04:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/577944#M10244</guid>
      <dc:creator>altink</dc:creator>
      <dc:date>2021-12-09T21:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: check_reload_trigger_for_all_custom_confs - app inspect error for .conf file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/578409#M10245</link>
      <description>&lt;DIV&gt;Oh my. Brace yourself but this may be a very silly one. Try removing ".conf" from the app.conf trigger stanza that you set to 'simple'. I have a scary feeling that will be all.&amp;nbsp; The inclusion of the '.conf' is probably triggering the following app.conf setting which means that this is looking for the 'conf' stanza within the respective filename.&lt;/DIV&gt;&lt;DIV&gt;reload.&amp;lt;conf_file_name&amp;gt;.&amp;lt;conf_stanza_prefix&amp;gt; -&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Admin/Appconf" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Admin/Appconf&lt;/A&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Dec 2021 02:23:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/578409#M10245</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2021-12-15T02:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: check_reload_trigger_for_all_custom_confs - app inspect error for .conf file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/578531#M10246</link>
      <description>&lt;P&gt;Thank you very much &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/27103"&gt;@sloshburch&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I did check more carefully the app.conf syntax, and I found the following:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;[triggers]
########## Conf-level reload triggers ##########
# Do not force a restart of Splunk Enterprise for state changes of MyApp
# Do not run special code to tell MyApp to reload myconffile.conf
# Apps with custom config files usually pick this option:
reload.myconffile = simple&lt;/PRE&gt;&lt;P&gt;Indeed the extension .conf is not present in the file naming&lt;BR /&gt;&lt;BR /&gt;So I should make my declaration as:&lt;BR /&gt;&lt;BR /&gt;[triggers]&lt;BR /&gt;reload.inputs_templates = simple&lt;BR /&gt;&lt;BR /&gt;correct?&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Altin&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 19:29:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/578531#M10246</guid>
      <dc:creator>altink</dc:creator>
      <dc:date>2021-12-15T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: check_reload_trigger_for_all_custom_confs - app inspect error for .conf file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/578532#M10247</link>
      <description>&lt;P&gt;That's what I'm thinking. Only one way to find out... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Build the package and toss it in AppInspect to see.&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/" target="_blank"&gt;https://dev.splunk.com/enterprise/docs/developapps/testvalidate/appinspect/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 19:37:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/578532#M10247</guid>
      <dc:creator>sloshburch</dc:creator>
      <dc:date>2021-12-15T19:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: check_reload_trigger_for_all_custom_confs - app inspect error for .conf file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/578638#M10248</link>
      <description>&lt;P&gt;Thank You very much for the help (and the solution) &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/27103"&gt;@sloshburch&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;Altin&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 14:11:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/578638#M10248</guid>
      <dc:creator>altink</dc:creator>
      <dc:date>2021-12-16T14:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: check_reload_trigger_for_all_custom_confs - app inspect error for .conf file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/753406#M12053</link>
      <description>&lt;P&gt;did you find any solution for this issue ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 09:50:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/753406#M12053</guid>
      <dc:creator>warden0</dc:creator>
      <dc:date>2025-09-22T09:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: check_reload_trigger_for_all_custom_confs - app inspect error for .conf file</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/753408#M12054</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/313156"&gt;@warden0&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Solution here mention that, In your app.conf file you only need to mention your custom .conf file name only (don't put .conf stanza)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[triggers]&lt;BR /&gt;reload.inputs_templates = simple&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Additionally,&amp;nbsp; if you are developing via add-on builder, then addon_builder.conf might be adding to your default .conf list.&lt;BR /&gt;So add below in your app.conf,&lt;/P&gt;&lt;P&gt;[triggers]&lt;BR /&gt;reload.addon_builder = simple&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 10:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/check-reload-trigger-for-all-custom-confs-app-inspect-error-for/m-p/753408#M12054</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-09-22T10:02:15Z</dc:date>
    </item>
  </channel>
</rss>

