Hi,
@David, hope you solved your problem. Here is what i would do:
1 - Give my "normal users" access to the application containing all my dashboards. (by selecting their roles)
Handle the Users rights by changing the permissions on your app
2- Set a default dashboard. (users will fall on the dashboard as they log on and falls directly on your app)
3- On each dashboard panels, hide the followings:
<dashboard hideEdit="true"> # will hide on the dashboard: Edit, More Info, export PDF and Print
...
<option name="link.openSearch.visible">false</option> # will hide Open in Search from under the panel
<option name="link.openPivot.visible">false</option> # will hide Open in Pivot from under the panel
<option name="link.inspectSearch.visible">false</option> # will hide Inspect from under the panel
<option name="link.exportResults.visible">false</option> # will hide Export from under the panel
4- The SEARCH page is a "view" that is set to GLOBAL.
so i would change the permissions on that view so that my normal users could not access to it (even by changing the url)
Hope this helps some of you.
Happy Splunking,
Lloyd,
... View more