VaddenZ

Results 4 issues of VaddenZ

Add JSON log format to make log handling easier. My proposal is to simply wrap string message as json format: ```python class CommandLineInterface(object): def __init__(self): # ... self.parser.add_argument( "--log-format", help="Log...

## 1. Exception Log: ``` ERROR:elastalert:Traceback (most recent call last): File "elastalert2/elastalert/elastalert.py", line 1260, in handle_rule_execution num_matches = self.run_rule(rule, endtime, rule.get('initial_starttime')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "elastalert2/elastalert/elastalert.py", line 883, in run_rule if not...

bug
Stale

Azure API may encounter internal server error occasionally, when this happens a raw HTML source code is returned which harms user experience. This PR catches internal server error exceptions, provides...