Cifs access log
Hello, I'm working for a client that has a 2 node fas cluster running ontap 9.11
They have several shares that are open access. Ie "Everyone / Full Control", they are needing to audit them to see who is accessing what in order to start tying things down for security purposes.
I am trying to figure out a way of capturing these logs...
So far I've tried
Enabling audit logs with "cifs-logon-logoff, file-ops, file-share" -
This captures the user id, but not what share they are actually accessing...
Enabling volume activity tracking
Dosnt seem to show me anything useful
I can see that ontap does have the information I need, as it is displayed when I manually run "cifs session show -fields windows-user,share-names".
Short of creating a cronjob to run every min and save the output then sift through it I can't see anyother way to capture it.
Wondering if anyone has any ideas....