You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR:root:Traceback (most recent call last):
File "/opt/elastalert/elastalert/elastalert.py", line 1335, in alert
return self.send_alert(matches, rule, alert_time=alert_time, retried=retried)
File "/opt/elastalert/elastalert/elastalert.py", line 1424, in send_alert
alert.alert(matches)
File "elastalert_modules/wechat_qiye_alert.py", line 39, in alert
body = self.create_alert_body(matches)
File "elastalert/alerts.py", line 253, in create_alert_body
body += unicode(BasicMatchString(self.rule, match))
File "elastalert/alerts.py", line 144, in str
self._add_custom_alert_text()
File "elastalert/alerts.py", line 81, in _add_custom_alert_text
alert_text = alert_text.format(*alert_text_values)
IndexError: tuple index out of range
ERROR:root:Uncaught exception running rule log_error: tuple index out of range
The text was updated successfully, but these errors were encountered:
ERROR:root:Traceback (most recent call last):
File "/opt/elastalert/elastalert/elastalert.py", line 1335, in alert
return self.send_alert(matches, rule, alert_time=alert_time, retried=retried)
File "/opt/elastalert/elastalert/elastalert.py", line 1424, in send_alert
alert.alert(matches)
File "elastalert_modules/wechat_qiye_alert.py", line 39, in alert
body = self.create_alert_body(matches)
File "elastalert/alerts.py", line 253, in create_alert_body
body += unicode(BasicMatchString(self.rule, match))
File "elastalert/alerts.py", line 144, in str
self._add_custom_alert_text()
File "elastalert/alerts.py", line 81, in _add_custom_alert_text
alert_text = alert_text.format(*alert_text_values)
IndexError: tuple index out of range
ERROR:root:Uncaught exception running rule log_error: tuple index out of range
The text was updated successfully, but these errors were encountered: