lguillaud / osd_transform_vis

OpenSearch-Dashboards plugin to create custom visualisations
Apache License 2.0
21 stars 5 forks source link

Request : Default Dashboards #5

Closed vvvprabhakar closed 1 year ago

vvvprabhakar commented 1 year ago

Hello I want to build default dashboards for particular index-pattern where admin only should be able to edit it ?

Can i make something like that using this ?

Can you suggest me an alternative?

Role control i can do But looking for best approach to do the default dashboards

lguillaud commented 1 year ago

Hello, I think the best to achieve what you are trying to do is to use role control: admin user with edit role and a user having read-only permissions for both OSD and indices. The transform plugin does have any security options.