@Adrian Orellana,
I am also looking at the logs.
As you said "
not everyone has the same needs, " but this may be of interest / useful:
currently we have some messages that are filtered out within the /etc/rsyslog.conf file:
#drop unimportant messages
#wireless and authentication
:msg, contains, "completed WPA2-AES handshake" ~
:msg, contains, "failed WPA2-AES handshake" ~
:msg, contains, "failed group key handshake" ~
:msg, contains, "timeout attempting 802.1x/EAP authentication" ~
:msg, contains, "failed 802.1x/EAP authentication" ~
:msg, contains, "Key Cache used for client" ~
:msg, contains, "Opportunistic Key Cache used for client" ~
:msg, contains, "Key Cache used for client" ~
:msg, contains, "802.1x/EAP (type:peap) authentication success" ~
#xmc login messages !! Change 10.11.12.13 to the IP of your XMC / XiQ and change the user name if required
:msg, contains, "succeeded for user rwa on host 10.11.12.13" ~
:msg, contains, "CLI session start: user rwa on host 10.11.12.13" ~
:msg, contains, "SSH:10.11.12.13 rwa terminal more disable" ~
:msg, contains, "SSH:10.11.12.13 rwa enable" ~
:msg, contains, "SSH:10.11.12.13 rwa show app-telemetry" ~
:msg, contains, "SSH:10.11.12.13 rwa show interfaces" ~
:msg, contains, "CLI session end: user rwa on host 10.11.12.13" ~
:msg, contains, "SSH session closed by user rwa on host 10.11.12.13" ~
At the switches, we also try to reduce what is sent (these are ERS (BoSS) switches):
no snmp-server notification-control lldpRemTablesChange
no snmp-server notification-control pethPsePortOnOffNotification 1-48
snmp-server notification-control linkDown all
no snmp-server notification-control linkDown 1-48,51-52
# ports 49 and 50 are uplink ports - where traps are useful
snmp-server notification-control linkUp all
no snmp-server notification-control linkUp 1-48,51-52
# ports 49 and 50 are uplink ports - where traps are useful
no snmp-server notification-control lldpXMedTopologyChangeDetected ALL
no snmp-server notification-control nnMstGeneralEvent
no snmp-server notification-control nnMstTopologyChange
no snmp-server notification-control bsnConfigurationSavedToNvram
We also have vsp (VOSS) switches but have yet to create the equivalent commands (more difficult on these as we have to find the related snmp OID and create an snmp filter table - if anyone already has this, please share!)
We still have a long way to go, especially with wireless - the vast majority of our log messages pertain to wireless.
We have a profile on our wireless controllers so that APs do not send syslog to the management centre, but the controller still sends a huge amount of messages which I think we need to prune substantially!
Hope this helps,
Bar.