<?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 create a Read-Only dashboard in Splunk - Configuration steps in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246233#M15333</link>
    <description>&lt;P&gt;Thanks for this post  - in a multi tenanted environment - how would this scale ?  It you have several apps that each require a Management view only dashboard - you would have to create several management apps right ?&lt;/P&gt;</description>
    <pubDate>Wed, 29 Aug 2018 00:38:32 GMT</pubDate>
    <dc:creator>Skins</dc:creator>
    <dc:date>2018-08-29T00:38:32Z</dc:date>
    <item>
      <title>How to create a Read-Only dashboard in Splunk - Configuration steps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246228#M15328</link>
      <description>&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;I have created this quick guide which I collated from different posts, which should be able to help other Splunkers do the same.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 12:52:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246228#M15328</guid>
      <dc:creator>lindbergh_calde</dc:creator>
      <dc:date>2017-01-23T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Read-Only dashboard in Splunk - Configuration steps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246229#M15329</link>
      <description>&lt;P&gt;Create an copy of the Search and Reporting app &lt;BR /&gt;
Note: Creating a copy of the search and reporting app will allow for making the required customisation's without the interfering with the original Search and Reporting app used by other roles (admins, power users, etc.) of the system.&lt;BR /&gt;
For this article the new app will be labelled "University Management App"&lt;/P&gt;

&lt;P&gt;Create a New Role&lt;BR /&gt;
Create a new role e.g Management_Users via: &lt;BR /&gt;
Settings -&amp;gt; Access Control -&amp;gt; Roles&lt;BR /&gt;
Assign this role the default app: (University Management App). This app will contains the dashboards created specifically for the Management_Users role&lt;BR /&gt;
Assign this new role (Management_Users) the same privileges as the "User" role&lt;BR /&gt;
Under "Indexes search by default" and "Indexes" select the indexes that will be search for the management dashboard. Only assign the required indexes&lt;BR /&gt;
Save the new role&lt;/P&gt;

&lt;P&gt;Customise University Management App Permissions&lt;BR /&gt;
Set the permissions for this app via Apps -&amp;gt; Manage Apps &amp;gt; University Management App -&amp;gt;Sharing -&amp;gt; Permissions&lt;BR /&gt;
Admin - Read, Write&lt;BR /&gt;
Management_Users - Read Only&lt;BR /&gt;
(No other roles are configured)&lt;BR /&gt;
Note: Ensure that any Techonology-Addons that will be used for populating the dashboard created within this app, the Management_Users role will need read access.&lt;/P&gt;

&lt;P&gt;Create and Customise the Management Dashboard&lt;BR /&gt;
Select the University Management App. Create a new dashboard labelled "Management Ops Centre" and add the different panels as desired.&lt;BR /&gt;
Since these dashboard are only meant for read-only purposes, the other navigation menus (alerts, reports, search) can be removed as follows:&lt;BR /&gt;
To remove Alerts: &lt;BR /&gt;
Settings-&amp;gt; User Interface -&amp;gt; Views (App Context = All and Owner = Any)&lt;BR /&gt;
Under "View name" select "alerts"&lt;BR /&gt;
Select permissions and remove read access to the Management_Users role&lt;BR /&gt;
Refresh the University Management App, the alerts navigation menu will disappear.&lt;/P&gt;

&lt;P&gt;To remove Search: &lt;BR /&gt;
Settings-&amp;gt; User Interface -&amp;gt; Views (App Context = All and Owner = Any)&lt;BR /&gt;
Under "View name" select "flashtimeline"&lt;BR /&gt;
Select permissions and remove read access to the Management_Users role&lt;BR /&gt;
Refresh the University Management App, the Search navigation menu will disappear.&lt;/P&gt;

&lt;P&gt;To remove Reports: &lt;BR /&gt;
Settings-&amp;gt; User Interface -&amp;gt; Views (App Context = All and Owner = Any)&lt;BR /&gt;
Under "View name" select "reports"&lt;BR /&gt;
Select permissions and remove read access to the Management_Users role&lt;BR /&gt;
Refresh the University Management App, the Reports navigation menu will disappear&lt;/P&gt;

&lt;P&gt;To ensure the "Management Ops Centre" will show up as the first screen whenever users from the Management_Users role access splunk&lt;BR /&gt;
Configure as follows:&lt;BR /&gt;
Settings -&amp;gt; User Interface -&amp;gt; Navigation Menus (App Context = University Management App and Owner=Any), select the checkbox " Show only objects created in this app context"&lt;BR /&gt;
Select the "Nav name" default&lt;BR /&gt;
Change the XML file as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;view name="flashtimeline" default='false' /&amp;gt;
&amp;lt;view name="Management_Ops_Centre" default='true'/&amp;gt;  
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;For each for panels built within the dashboard e.g column panel, the user will still be able to "drilldown" by clicking any of the columns or clicking the options menu (Open in Search, Inspect, and Export) at the bottom of the panel.&lt;BR /&gt;
remove these features configure as follows:&lt;BR /&gt;
Settings -&amp;gt; User Interface -&amp;gt; Views (App Context = University Management App and Owner=Any), select the ceckbox " Show only objects created in this app context"&lt;BR /&gt;
Select the "View name" Management_Ops_Centre&lt;BR /&gt;
Update the XML file as follows&lt;BR /&gt;
Change the drilldown line as below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Add the line before the  parameter for each of the panels:&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;</description>
      <pubDate>Tue, 29 Sep 2020 12:35:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246229#M15329</guid>
      <dc:creator>lindbergh_calde</dc:creator>
      <dc:date>2020-09-29T12:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Read-Only dashboard in Splunk - Configuration steps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246230#M15330</link>
      <description>&lt;P&gt;Perfect.. Thank you so much. looking for this kind of access for some time and it worked amazingly.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 18:16:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246230#M15330</guid>
      <dc:creator>sandeeprachuri</dc:creator>
      <dc:date>2018-03-22T18:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Read-Only dashboard in Splunk - Configuration steps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246231#M15331</link>
      <description>&lt;P&gt;@lindbergh.caldeira, @sandeeprachuri, refer to this answer using JavaScript to disable access to Form Controls based on Access of the logged in User.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/575377/can-i-restrict-permissions-for-the-text-box-drilld.html"&gt;https://answers.splunk.com/answers/575377/can-i-restrict-permissions-for-the-text-box-drilld.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 18:41:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246231#M15331</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-03-22T18:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Read-Only dashboard in Splunk - Configuration steps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246232#M15332</link>
      <description>&lt;P&gt;Thank you so much. This is wonderful piece of information. I will definitely use. &lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 18:55:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246232#M15332</guid>
      <dc:creator>sandeeprachuri</dc:creator>
      <dc:date>2018-03-22T18:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Read-Only dashboard in Splunk - Configuration steps</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246233#M15333</link>
      <description>&lt;P&gt;Thanks for this post  - in a multi tenanted environment - how would this scale ?  It you have several apps that each require a Management view only dashboard - you would have to create several management apps right ?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 00:38:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-create-a-Read-Only-dashboard-in-Splunk-Configuration/m-p/246233#M15333</guid>
      <dc:creator>Skins</dc:creator>
      <dc:date>2018-08-29T00:38:32Z</dc:date>
    </item>
  </channel>
</rss>

