Want to disable delete button under Saved Objects for specific IDs

I want to disable delete button under Saved Objects for specific IDs. Please help!

This is not currently possible. You can only disable "Saved Object Management" as a whole (or limit it to all/read/none) in feature controls.

Alternatively, you could create a separate space and create the objects there and limit access to that space.

under code base E:\kibanaOffc\kibana\src\legacy\core_plugins\kibana\public\management\sections\objects\components\objects_table\components\table

As in screenshot there is isDisabled attribute on <EuiButton which is responsible for delete button.
Is There any trick by hacking these lines of code.

thanks @lukas

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.