Is there a way to restrict user to stop creating Dashboards?

Saqib Dar
Contributor
August 5, 2024

Hi Community,

 Is there any way we can restrict users to create Dashboards in JSW datacenter.

Only dashboards to restrict. 

I checked global permission user shared object it is for filters as well

 

3 answers

1 vote
Lisa Forstberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2024

Hi @Saqib Dar ,

The global permission create shared objects will not prevent the users from creating the dashboard, it will just prevent them from sharing them with other users.

Also as you point out, sharing dashboard and filters are bundled in this permission so you cannot differentiate between the two I am afraid. 

best regards,

Lisa

0 votes
Tomasz Kowalczyk
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2024

Well, as said here before i don't think that's a good idea to block creating dashboards but if u have too you can add style to  announcement banner like this. 
<style type="text/css">

#create_page { display: none !important; }

</style>

this will hide create new dashboard button for everyone in UI. 
Hope it helps 

0 votes
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 5, 2024

I don't think it's supported in the tool natively apart from filters (nor do I see a feature request for it in atl backlog). So I suppose it would require some workarounds such as hiding the webUI elements and/or blocking some uris, so not pretty.

 

I suppose the question would be "why?".

Suggest an answer

Log in or Sign up to answer