Thcipriani has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/364268 )

Change subject: scap: logstash_checker ignore for T166348
......................................................................

scap: logstash_checker ignore for T166348

Currently there is an error coming luasandbox hhvm module. This is
causing the logstash_checker in scap to explode with some frequency and
may lead to alarm fatiuge if it continues. Ideally T166348 would be
resolved; however, in the interim scap should ignore the errors it is
causing.

Bug: T170186
Change-Id: Ifbc6607528e8233cf06a853b68ada2706b60c030
---
M modules/service/files/logstash_checker.py
1 file changed, 8 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/68/364268/1

diff --git a/modules/service/files/logstash_checker.py 
b/modules/service/files/logstash_checker.py
index 6239544..f24bd07 100755
--- a/modules/service/files/logstash_checker.py
+++ b/modules/service/files/logstash_checker.py
@@ -171,6 +171,14 @@
                                     "type": "phrase"
                                 }
                             }
+                        },
+                        {
+                            "match": {
+                                "message": {
+                                    "query": "LuaSandbox/Engine.php",
+                                    "type": "phrase"
+                                }
+                            }
                         }
                     ]
                 }

-- 
To view, visit https://gerrit.wikimedia.org/r/364268
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbc6607528e8233cf06a853b68ada2706b60c030
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Thcipriani <tcipri...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to