Hi, you can also add the splunk group gid to the fstab ($ id splunk_user) : proc /proc proc rw,nosuid,nodev,noexec,relatime,gid=<splunk_gid>,hidepid=1 0 0 According to man proc : gid=gid (since Linux 3.3)
Specifies the ID of a group whose members are authorized
to learn process information otherwise prohibited by
hidepid (i.e., users in this group behave as though /proc
was mounted with hidepid=0). This group should be used
instead of approaches such as putting nonroot users into
the sudoers(5) file.
... View more