<?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 Sharing a Dashboard securely? in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Sharing-a-Dashboard-securely/m-p/548963#M4996</link>
    <description>&lt;P&gt;Hoping this isn't too basic of a question...&lt;/P&gt;&lt;P&gt;How can I share a dashboard without user seeing apps, messages, settings, activity across the top. The dashboard is a search, and users in the role have only search, rtsearch, and rest_get_properties capabilities.&lt;/P&gt;&lt;P&gt;We'd prefer users in that role don't see the actual search app but especially not the tabs across the top mentioned above and here...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sbgoldberg13_0-1619097749032.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13893i6D7B526FB2EE2B6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sbgoldberg13_0-1619097749032.png" alt="sbgoldberg13_0-1619097749032.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2021 13:26:20 GMT</pubDate>
    <dc:creator>sbgoldberg13</dc:creator>
    <dc:date>2021-04-22T13:26:20Z</dc:date>
    <item>
      <title>Sharing a Dashboard securely?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Sharing-a-Dashboard-securely/m-p/548963#M4996</link>
      <description>&lt;P&gt;Hoping this isn't too basic of a question...&lt;/P&gt;&lt;P&gt;How can I share a dashboard without user seeing apps, messages, settings, activity across the top. The dashboard is a search, and users in the role have only search, rtsearch, and rest_get_properties capabilities.&lt;/P&gt;&lt;P&gt;We'd prefer users in that role don't see the actual search app but especially not the tabs across the top mentioned above and here...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sbgoldberg13_0-1619097749032.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/13893i6D7B526FB2EE2B6A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sbgoldberg13_0-1619097749032.png" alt="sbgoldberg13_0-1619097749032.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 13:26:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Sharing-a-Dashboard-securely/m-p/548963#M4996</guid>
      <dc:creator>sbgoldberg13</dc:creator>
      <dc:date>2021-04-22T13:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing a Dashboard securely?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Sharing-a-Dashboard-securely/m-p/549001#M4997</link>
      <description>&lt;P&gt;Add hideChrome="true" to the dashboard element.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard hideChrome="true"&amp;gt;
...&lt;/LI-CODE&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.1.3/Viz/PanelreferenceforSimplifiedXML#dashboard_or_form" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.1.3/Viz/PanelreferenceforSimplifiedXML#dashboard_or_form &lt;/A&gt;for other options.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:12:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Sharing-a-Dashboard-securely/m-p/549001#M4997</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-04-22T17:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing a Dashboard securely?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Sharing-a-Dashboard-securely/m-p/549005#M4998</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;Rich.&amp;nbsp; So the dashboard is actually a form...&amp;nbsp; I'm not an XML guy so I keep getting various errors.&amp;nbsp; Where and how do I insert the hideChrome="true" attribute?&amp;nbsp; Here's a snippet of the form.&amp;nbsp; THANKS!&lt;/P&gt;&lt;P&gt;&amp;lt;form theme="dark"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Steve - AD User Logon Failures Clone&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Gets logon failure reasons for AD users&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;fieldset submitButton="true" autoRun="true"&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="user" searchWhenChanged="false"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Logon Account Name&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;initialValue&amp;gt;&amp;lt;/initialValue&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="time" token="timeRange" searchWhenChanged="false"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Time Range&amp;lt;/label&amp;gt;&lt;BR /&gt;...&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 18:00:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Sharing-a-Dashboard-securely/m-p/549005#M4998</guid>
      <dc:creator>sbgoldberg13</dc:creator>
      <dc:date>2021-04-22T18:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing a Dashboard securely?</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Sharing-a-Dashboard-securely/m-p/549035#M4999</link>
      <description>&lt;P&gt;Dashboards and forms have the same attributes.&amp;nbsp; There's an example in the doc, but it's easy to miss.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;form hideChrome="true"&amp;gt;
...
&amp;lt;/form&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 22 Apr 2021 23:48:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Sharing-a-Dashboard-securely/m-p/549035#M4999</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2021-04-22T23:48:46Z</dc:date>
    </item>
  </channel>
</rss>

