Hey all,
 
I've been wondering if anyone has a way to filter out audit log information.  I've currently got the following set:
 
cluster1::*> security audit show
               Auditing State for              Auditing State for 
               Set Requests:                   Get Requests:
               ------------------              ------------------
    CLI:       on                              off
    ONTAPI:    on                              off
    SNMP:      on                              off
 
and I'm forwarding it off to syslog with:
 
cluster log-forwarding create -destination logserver -port 514 -facility user
 
but I'm getting a lot of system level console messages.  These also appear in /etc/mroot/log/auditlog as command like this:
 
Fri Feb 12 16:49:53 PST [node3:rshd_1:debug]: cluster1%root%admin@[127.0.10.1_711]:IN:node shell:RSH INPUT COMMAND is priv set -q diag ; rdfile /etc/registry
 
These seem to be background tasks the filer is performing.  Is there a way to NOT forward debug auditlog messages so I don't get a lot of noise in my syslog information?