Quantcast
Channel: All Network and Storage Protocols posts
Viewing all articles
Browse latest Browse all 2151

Re: Searching through Audit log CIFS folder/file permissions

$
0
0

@teddgYeah the Splunk admins set that up. I gave them a sample audit log xml file and asked them to help parse all of the fields. I don't have their splunk props file so not sure exactly what they did. I do remember we had issues when tailing the live audit file, so we ended up blacklisting the audit file that is currently being written and waiting until the log file is rotated to ingest it.

 

This is the inputs.conf file we use on the AV server if that helps:

 

[monitor://\\netapp-filer-cifs-svm\audit$\logs] blacklist = (?:partial\.xml|\_last\.xml|\.evtx)$ index = <your splunk index> disabled = false ignoreOlderThan = 1d followTail = 0 sourcetype = netapp_audit crcSalt=<SOURCE>

Viewing all articles
Browse latest Browse all 2151