ES Snapshot & Curator on NFS HowTo Resolve Permission Issue

Hi everyone,

Quick topic for users like me who want to save/snapshot there indices on NFS Storage !

Generaly we got permission issue "AccessDenied" returned by logs.

So to overwrite or bypass as you want, you could do some setfacl :

setfacl -Rdm g:<elk_group>:rwx <save_dir>

In the futur, any folder/files created in your NFS share will be overwrited by the good permission ! :slight_smile:

Hope this help some of you.

1 Like

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