<?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: How to hide the search of a dashboard panel or report? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448299#M29467</link>
    <description>&lt;P&gt;@zacksoft,&lt;/P&gt;

&lt;P&gt;You can set below options to hide the links in panel&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="link.visible"&amp;gt;false&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also you could hide the edit button by including below in dashboard/form tag&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard hideEdit="true"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Permissions of dashboard could be set to "read only" (edit permissions)&lt;/P&gt;

&lt;P&gt;However users could still open a search bar and execute searches &lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2019 11:51:47 GMT</pubDate>
    <dc:creator>renjith_nair</dc:creator>
    <dc:date>2019-06-25T11:51:47Z</dc:date>
    <item>
      <title>How to hide the search of a dashboard panel or report?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448297#M29465</link>
      <description>&lt;P&gt;We don't want our end users to be able to see the SPL running behind the reports in the dashboard. &lt;BR /&gt;
They are clicking on the lens icon and seeing the search and then mess around with it. &lt;BR /&gt;
Can we make the &lt;STRONG&gt;dashboard just read-only&lt;/STRONG&gt;. (no funny business of checking the source code, commands, etc)&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 10:59:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448297#M29465</guid>
      <dc:creator>zacksoft</dc:creator>
      <dc:date>2019-06-25T10:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the search of a dashboard panel or report?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448298#M29466</link>
      <description>&lt;P&gt;Hello @zacksoft,&lt;/P&gt;

&lt;P&gt;I don't know any way with access control we can restrict use for using that. But you can use  &lt;CODE&gt;css&lt;/CODE&gt; and  &lt;CODE&gt;JS&lt;/CODE&gt; to hide that button. You can use application.css and application.js to hide those through-out your app.&lt;/P&gt;

&lt;P&gt;Hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 11:29:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448298#M29466</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2019-06-25T11:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the search of a dashboard panel or report?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448299#M29467</link>
      <description>&lt;P&gt;@zacksoft,&lt;/P&gt;

&lt;P&gt;You can set below options to hide the links in panel&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="link.visible"&amp;gt;false&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Also you could hide the edit button by including below in dashboard/form tag&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard hideEdit="true"&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Permissions of dashboard could be set to "read only" (edit permissions)&lt;/P&gt;

&lt;P&gt;However users could still open a search bar and execute searches &lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 11:51:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448299#M29467</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-06-25T11:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the search of a dashboard panel or report?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448300#M29468</link>
      <description>&lt;P&gt;@renjith.nair &lt;BR /&gt;
Could you please guide me where to add these two tags..&lt;BR /&gt;
I get errors in Source while adding under form.&lt;BR /&gt;
Here is how my dashboard sample looks like.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;form&amp;gt;
      &amp;lt;dashboard hideEdit="true"&amp;gt;
      &amp;lt;label&amp;gt;2.2 - Mayhem DB BSA Dashboard BURN&amp;lt;/label&amp;gt;
      &amp;lt;fieldset submitButton="false" autoRun="true"&amp;gt;
        &amp;lt;input type="time" token="field1"&amp;gt;
          &amp;lt;label&amp;gt;Time-picker&amp;lt;/label&amp;gt;
          &amp;lt;default&amp;gt;
            &amp;lt;earliest&amp;gt;-4h@m&amp;lt;/earliest&amp;gt;
            &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;/default&amp;gt;
        &amp;lt;/input&amp;gt;
      &amp;lt;/fieldset&amp;gt;
      &amp;lt;row&amp;gt;
        &amp;lt;panel&amp;gt;
false
          &amp;lt;title&amp;gt;DB Configuration Lookup &amp;amp;lt; Data updated every 5 minutes &amp;amp;gt;&amp;lt;/title&amp;gt;
          &amp;lt;table&amp;gt;
            &amp;lt;search&amp;gt;
              &amp;lt;query&amp;gt;host="host1.touchpiit.com" source="/apps/bsassian/Mayhem/logs/access_DB.log"| eval headers=split(_raw,";")
    | eval a=mvindex(headers,1)

    | eval b=mvindex(headers
    ......
    ......
    ......
    ......
    ......

      &amp;lt;/panel&amp;gt;
      &amp;lt;/row&amp;gt;
    &amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Jun 2019 13:49:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448300#M29468</guid>
      <dc:creator>zacksoft</dc:creator>
      <dc:date>2019-06-25T13:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the search of a dashboard panel or report?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448301#M29469</link>
      <description>&lt;P&gt;@zacksoft ,&lt;/P&gt;

&lt;P&gt;Sure. Its in the form tag itself. It could be used for both dashboard and form tags. Here is an example for both hideEdit and link.visible&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;!-- Hide Edit --&amp;gt;
&amp;lt;form hideEdit="true"&amp;gt;
  &amp;lt;label&amp;gt;Hide Edit And Link&amp;lt;/label&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;
    &amp;lt;input type="dropdown" token="field1"&amp;gt;
      &amp;lt;label&amp;gt;Dummy&amp;lt;/label&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal 
| stats count by sourcetype&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;!-- Below option to hide the search button --&amp;gt;
        &amp;lt;option name="link.visible"&amp;gt;false&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Jun 2019 14:00:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/448301#M29469</guid>
      <dc:creator>renjith_nair</dc:creator>
      <dc:date>2019-06-25T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the search of a dashboard panel or report?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/675746#M55329</link>
      <description>&lt;P&gt;Is it possible to do using python script having in backend?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jan 2024 10:44:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/675746#M55329</guid>
      <dc:creator>rajashaey</dc:creator>
      <dc:date>2024-01-29T10:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide the search of a dashboard panel or report?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/676527#M55399</link>
      <description>&lt;P&gt;Any idea? how to hide in studio dashboard?&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 05:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-the-search-of-a-dashboard-panel-or-report/m-p/676527#M55399</guid>
      <dc:creator>AnilPujar</dc:creator>
      <dc:date>2024-02-05T05:59:53Z</dc:date>
    </item>
  </channel>
</rss>

