Dashboards & Visualizations

Categorize splunk Dashboard for different users so that different users get different filters when they log in

abhijitnath89
Path Finder

Hi All,

Is it possible to Categorize splunk Dashboard for different users so that different users get different filters when they log in?

Thanks,
Abhijit

Tags (1)
0 Karma

woodcock
Esteemed Legend

I would create a macro based on this search to determine who is the user logged in:

|makeresults | addinfo| map [|rest/services/search/jobs/$info_sid$ | table author]

Then you can use another REST API endpoint to determine his role, then you can construct the search based on that.

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi abhijitnath89,
the easiest way is to create different dashboards for each user role.

You can grant different permissions to different roles in data access (indexes) but you cannot enable or not a filter for different roles.

Bye.
Giuseppe

0 Karma
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 ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...