Hi,
Good day splunkers! Is there a way to restrict a user or set a role wherein if the user logs in, they can only see the dashboard?
Thanks,
Hi sympatiko,
After creating user, create a role for this user and assign this role only the read permission for dashboard.
Please, create a role for this user before create this user, thus you can assign this role for this user and assign only the read permission for this user role.
Try these steps:
1. Create a read-only-user role and assign it to that specific user.
2. For the dashboard this user needs access, provide Read access to the read-only-user role.
3. For 'search' dashboard under Splunk's search app, Update the permission from "Everyone Read" to "Read to Everyone except read-only-user"
GREAT!!!
In fact we need to go User interface or all configurations/Views/Search => permissions and disable read on the read-only role.
Thanks!!!
Hi,
Thanks for the tips. I already manage to solve =).
How did you manage to already solve it?
-oLIVER
Hi, any idea how you are able to solve this? I am interested to know about the solution as I have a similar problem. I have a dashboard to run, but I don't want user to run the search.
Hi, go to Parameters / All configurations : search => permissions
Hi sympatiko,
After creating user, create a role for this user and assign this role only the read permission for dashboard.
Please, create a role for this user before create this user, thus you can assign this role for this user and assign only the read permission for this user role.
Hi sandra,
Thanks for the tips. I actually did that one, is there any possibilities that the user can see dashboard but cannot do search?
Thanks,
Yes, only edit the user role that you have created and under the Capabilities, don't select search in the capabilities list that your role user can have and save.
Thank you. Do you think is there a way to disable the scrolling bar on the splunk screen?
Horizontal (when is occur) bar or vertical bar or both? .
Hi Sandra, Nevermind that one. I'm more concern about the Capabilities of a user, I tested it but it looks like the search capability is required in order to view the dashboard.
For me, if you don't want that user cannot search, either:
under Indexes, don't select no index, leave input Selected search indexes blank and save. Thus, your user cannot run search.
create an app for this dashboard and in the default nav four your app, only call the dashboards which user will see like this for example:
`
`
After do this edit your user and give it this app context by default
Hi Sandra,
I've followed what you said regarding "under Indexes, don't select no index, leave input Selected search indexes blank and save. Thus, your user cannot run search." . Yes it cannot run search aswell as the dashboard on the use default nav.
Thanks,