<?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: Deactivate SPL safeguards on Splunk Enterprise in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-deactivate-SPL-safeguards-on-Splunk-Enterprise/m-p/603503#M13040</link>
    <description>&lt;P&gt;It did not work.&lt;/P&gt;&lt;P&gt;When I did make a &lt;STRONG&gt;web.conf&lt;/STRONG&gt; file like this in one app, it disabled the warning in all apps.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[settings]
enable_risky_command_check_dashboard = false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jun 2022 06:13:22 GMT</pubDate>
    <dc:creator>jotne</dc:creator>
    <dc:date>2022-06-28T06:13:22Z</dc:date>
    <item>
      <title>How to deactivate SPL safeguards on Splunk Enterprise?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-deactivate-SPL-safeguards-on-Splunk-Enterprise/m-p/603334#M13013</link>
      <description>&lt;P&gt;I have upgraded my Splunk Enterprise to 9.0 and we now get warning like this:&lt;/P&gt;
&lt;P&gt;Some visualizations have not loaded since we detected usage of risky commands in the query.&lt;/P&gt;
&lt;P&gt;This is OK,&amp;nbsp; and I now why and this dashboard is for admin use only.&amp;nbsp; &amp;nbsp;So I like to Deactivate the warning for this dashboard only.&amp;nbsp; That way I will get warning if there are other dashboard with dangerous commands.&amp;nbsp; But if I read the documentation, it seems that I can only disable all warning or warning for some commands.&amp;nbsp; I would like to disable warning pr dashboard.&amp;nbsp; Anyone has a workaround?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.0/Security/SPLsafeguards?ref=hk" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.0/Security/SPLsafeguards?ref=hk&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 13:41:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-deactivate-SPL-safeguards-on-Splunk-Enterprise/m-p/603334#M13013</guid>
      <dc:creator>jotne</dc:creator>
      <dc:date>2023-05-04T13:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate SPL safeguards on Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-deactivate-SPL-safeguards-on-Splunk-Enterprise/m-p/603366#M13015</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think it is possible to disable / enable these warning per app level.&lt;/P&gt;&lt;P&gt;So if you add a web.conf in your app&amp;nbsp;&lt;BR /&gt;$Splunk_home\&lt;STRONG&gt;Splunk\etc\apps\yourapp\local\web.conf&lt;/STRONG&gt; (where your admin dashboard resides)&lt;BR /&gt;&lt;BR /&gt;with&lt;/P&gt;&lt;P&gt;enable_risky_command_check_dashboard=false&lt;BR /&gt;&lt;BR /&gt;This should disbale the warning there.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 11:37:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-deactivate-SPL-safeguards-on-Splunk-Enterprise/m-p/603366#M13015</guid>
      <dc:creator>Azeemering</dc:creator>
      <dc:date>2022-06-27T11:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate SPL safeguards on Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-deactivate-SPL-safeguards-on-Splunk-Enterprise/m-p/603503#M13040</link>
      <description>&lt;P&gt;It did not work.&lt;/P&gt;&lt;P&gt;When I did make a &lt;STRONG&gt;web.conf&lt;/STRONG&gt; file like this in one app, it disabled the warning in all apps.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[settings]
enable_risky_command_check_dashboard = false&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 06:13:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-deactivate-SPL-safeguards-on-Splunk-Enterprise/m-p/603503#M13040</guid>
      <dc:creator>jotne</dc:creator>
      <dc:date>2022-06-28T06:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Deactivate SPL safeguards on Splunk Enterprise</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/How-to-deactivate-SPL-safeguards-on-Splunk-Enterprise/m-p/642236#M16239</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213488"&gt;@jotne&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The following setting in the web.conf will help in specifying the dashboard name,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[settings]
enable_risky_command_check_dashboard = false
splunk_dashboard_app_name = &amp;lt;string&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;Here,&amp;nbsp;&lt;STRONG&gt;splunk_dashboard_app_name&lt;/STRONG&gt; will help in disabling the warning to the required app only.&lt;/P&gt;&lt;P&gt;Kindly upvote, if found helpful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2023 07:03:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/How-to-deactivate-SPL-safeguards-on-Splunk-Enterprise/m-p/642236#M16239</guid>
      <dc:creator>seemanshu</dc:creator>
      <dc:date>2023-05-04T07:03:54Z</dc:date>
    </item>
  </channel>
</rss>

