Splunk Enterprise

Navigation Permissions Custom Build App

Becherer
Explorer

Hello, I am looking to only make a few views only available to a "Role". Lets say everyone will have access to the app named "Internal Views".

Lets say we have two user groups:

  1. Internal_View_User
  2. Internal_View_Power

 

I only want views in the app to be seen if you're in a certain group. 

 

This is what "Navigation menu XML" looks like.

<nav search_view="search" color="#425363">


<view name="Home" />
<view name="dashboards" />

<view name="Internal_Views_Dashboard" />
<view name="datasets" />
<view name="reports" />
<view name="alerts" />
<view name="search" />

</nav>

 

This is what I was hoping to do.

<nav search_view="search" color="#425363">


<view name="Home" />
<view name="dashboards" /> Permissions: [Internal_View_Power]

<view name="Internal_Views_Dashboard" /> Permissions: [Internal_View_User, Internal_View_Power]
<view name="datasets" />  Permissions: [Internal_View_Power]
<view name="reports" />  Permissions: [Internal_View_Power]
<view name="alerts" />  Permissions: [Internal_View_Power]
<view name="search" />  /> Permissions: [Internal_View_User, Internal_View_Power]

</nav>

 

 

 

Whats the best way to complete this?

Thank you for any ideas!

Labels (3)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@Becherer 

Navigation refers the access of dashboard of logged in person. Means if login person have dashboard access then navigation of that dashboard will shown else not.

So I think you should create a roles as per the group and assign that roles to user. 

Provide permission to respective dashboard. Please go through below links for same.

https://docs.splunk.com/Documentation/SplunkCloud/latest/Security/Addandeditroles

https://docs.splunk.com/Documentation/Splunk/8.2.0/Viz/DashboardPermissions

 

Thanks
KV
▄︻̷̿┻̿═━一

If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...

Introduction to Splunk AI

How are you using AI in Splunk? Whether you see AI as a threat or opportunity, AI is here to stay. Lucky for ...