diff options
author | Micah <micah@leap.se> | 2016-08-16 14:23:16 -0400 |
---|---|---|
committer | Micah <micah@leap.se> | 2016-08-16 14:30:16 -0400 |
commit | 3cfcbcfdf4dda55ec3a96e2d31477d5348a411c0 (patch) | |
tree | 7e1392678ce73826bb55427cb6604740336be2e9 | |
parent | cc120b5e899553ef34cfce0882586c13505e11aa (diff) |
ignore noisy 401 errors from soledad log.
Change-Id: Ia1764cb28e263353856523c11f351a39774bf3b4
-rw-r--r-- | puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg b/puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg index 3af5045b..11ad3a54 100644 --- a/puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg +++ b/puppet/modules/site_check_mk/files/agent/logwatch/soledad.cfg @@ -1,4 +1,7 @@ /var/log/soledad.log +# Ignore 401 errors because they are quite noisy due to scanners giving us many false +# positives, and we do not need to see those + I \".*401 [0-9]+ C WSGI application error C Error C error |