Dashboards & Visualizations

Dynamically display panel based on role

tdiestel
Path Finder

Hi All;

Is it possible to dynamically display an entire Panel on a dashboard based on the user/role?

If so, what's the simplest way to approach this?

Thanks,
Tyler

0 Karma

masonmorales
Influencer

Sort of. Assuming that the data for your dashboard panels all reside in the same index, I would recommend moving your restricted panel search to a private scheduled search that writes to a summary index. Then, you could restrict which roles could read the summary index (which is holding the results from your scheduled search). Since your restricted dashboard panel would be searching the summary index, users that aren't part of a role that has access to it wouldn't be able to see the results for that panel.

masonmorales
Influencer

Your other option would be to create two versions of the dashboard (one with the restricted panel, one without it), and set role-based permissions on the two views. But, who wants to maintain two versions of a dashboard? 😉

0 Karma
Get Updates on the Splunk Community!

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...

Auto-Injector for Everything Else: Making OpenTelemetry Truly Universal

You might have seen Splunk’s recent announcement about donating the OpenTelemetry Injector to the ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...