Disable deletion of a specific index

In elasticsearch is there any way to disable deletion of a specific index? Setting the property action.disable_delete_all_indices to true is for disabling deletion of all indices using * or _all. If we are providing the specific name, that index will get deleted. So is there any setting that will disable this?

You need access control (Shield) to properly prevent this.
Although you can try setting an index to read-only.