<?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: The is_risky parameter not working as expected in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749829#M22636</link>
    <description>&lt;P&gt;Hey, thanks for the suggestion, and based on the debug output, it appears Splunk is "seeing" the configuration (see below), why it's not changing anything is the issue.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Splunk\etc\system\local\commands.conf is_risky = false&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;For the moment, we added the following to web.conf to suppress the warnings, but it's not an optimal situation. We'd definitely prefer to flag individual commands based on our usage.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;enable_risky_command_check = false&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;enable_risky_command_check_dashboard = false&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts why Splunk would be ignoring the configuration?&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jul 2025 13:36:53 GMT</pubDate>
    <dc:creator>BradOH</dc:creator>
    <dc:date>2025-07-15T13:36:53Z</dc:date>
    <item>
      <title>The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749575#M22605</link>
      <description>&lt;P&gt;We're trying to suppress the warnings for reports that use dbxlookup command to enrich data in the report.&amp;nbsp; We have a pretty simple setup with one search head and indexer.&amp;nbsp; We created a commands.conf file under the&amp;nbsp;$SPLUNK_HOME/etc/system/local/ folder with the following contents.&amp;nbsp; There are no commands.conf files anywhere else on the system except under the defaults folders.&amp;nbsp; After restarting, nothing changed.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;# Disable dbxlookup security warnings in reports&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;dbxlookup&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;is_risky&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt; false&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thinking that perhaps this needed to be added under our app local folder, we moved the file there and restarted. Once done, we encountered java and python errors running any reports with dbxlookups.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are we missing?&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jul 2025 16:26:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749575#M22605</guid>
      <dc:creator>BradOH</dc:creator>
      <dc:date>2025-07-10T16:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749602#M22608</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311509"&gt;@BradOH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you place/append your commands.conf file in the app’s default directory, &lt;STRONG&gt;not local&lt;/STRONG&gt;, and &lt;STRONG&gt;not in system/local&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Now restart and check if it's taking or not.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prewin&lt;BR /&gt;Splunk Enthusiast | Always happy to help! If this answer helped you, please consider marking it as the solution or giving a Karma. Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 06:45:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749602#M22608</guid>
      <dc:creator>PrewinThomas</dc:creator>
      <dc:date>2025-07-11T06:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749605#M22609</link>
      <description>&lt;P&gt;Don't touch app's default directory! It's not supposed to be edited and will get overwritten after next update.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jul 2025 07:04:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749605#M22609</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-07-11T07:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749711#M22625</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311509"&gt;@BradOH&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please could you check the output of btool, does this list the is_risky=false?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$SPLUNK_HOME/bin/splunk cmd btool commands list --debug dbxlookup&lt;/LI-CODE&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp; said - Make sure not to modify the default/commands.conf in the app as this could get overwritten, although would have thought it would work if set in local/commands.conf - Do you have any specific errors you saw when you did this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 09:07:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749711#M22625</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-14T09:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749829#M22636</link>
      <description>&lt;P&gt;Hey, thanks for the suggestion, and based on the debug output, it appears Splunk is "seeing" the configuration (see below), why it's not changing anything is the issue.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;C:\Program Files\Splunk\etc\system\local\commands.conf is_risky = false&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;For the moment, we added the following to web.conf to suppress the warnings, but it's not an optimal situation. We'd definitely prefer to flag individual commands based on our usage.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;enable_risky_command_check = false&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;enable_risky_command_check_dashboard = false&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts why Splunk would be ignoring the configuration?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 13:36:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/749829#M22636</guid>
      <dc:creator>BradOH</dc:creator>
      <dc:date>2025-07-15T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/750414#M22718</link>
      <description>&lt;P&gt;Hey, I never heard back from anyone since posting the output of btool.&amp;nbsp; Any suggestions why this setting is not working as documented in the Splunk documentation?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 17:25:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/750414#M22718</guid>
      <dc:creator>BradOH</dc:creator>
      <dc:date>2025-07-24T17:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/750415#M22719</link>
      <description>&lt;P&gt;One more thing I'd check would be to call the btool with a user and app context. It seems a bit illogical to treat the command differently per this context additionally to giving a user capability to run such command but it's worth checking.&lt;/P&gt;&lt;P&gt;If it still shows that the setting should effectively be false, it might be worth creating a support case.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 17:52:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/750415#M22719</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-07-24T17:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/750755#M22761</link>
      <description>&lt;P&gt;Maybe I'm a little dense, but I tried using the --app context and the report was blank, no results.&amp;nbsp; For example I tried both, and the command returned no results:&lt;/P&gt;&lt;P&gt;splunk cmd btool commands list --debug dbxlookup --app=search&lt;/P&gt;&lt;P&gt;splunk cmd btool --app=dbconnect commands list --debug dbxlookup&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 19:15:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/750755#M22761</guid>
      <dc:creator>BradOH</dc:creator>
      <dc:date>2025-07-30T19:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/750816#M22770</link>
      <description>&lt;P&gt;I'm not sure but you might need to have to use the --user option as well. In my tests I don't see any output if I give --app but not give --user&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 13:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/750816#M22770</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-07-31T13:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/751662#M22889</link>
      <description>&lt;P&gt;Sorry it took me so long to follow-up, but that was the ticket.&amp;nbsp; Specifying both the App and User contexts identified the source of the issue.&amp;nbsp; It appears the "is_risky" setting is default "true" in the DB_Connect commands.conf.&amp;nbsp; Adding the configuration locally under splunk_app_db_connect\local seems to have fixed it.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That said, I find it strange setting this globally under the system config didn't override this.&amp;nbsp; Guess this is due to it being a default package setting.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 20:35:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/751662#M22889</guid>
      <dc:creator>BradOH</dc:creator>
      <dc:date>2025-08-14T20:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/751663#M22890</link>
      <description>&lt;P&gt;If your problem is resolved, then please click the "Accept as Solution" button to help future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 21:14:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/751663#M22890</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-08-14T21:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: The is_risky parameter not working as expected</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/751689#M22896</link>
      <description>&lt;P&gt;That sounds strange. Settings from system/local are supposed to have the highest priority (except for peer-apps in case if an indexer cluster).&lt;/P&gt;&lt;P&gt;btool check doesn't report any problems?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 06:02:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/The-is-risky-parameter-not-working-as-expected/m-p/751689#M22896</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-08-15T06:02:00Z</dc:date>
    </item>
  </channel>
</rss>

