Skip to content

Commit

Permalink
Merge pull request #269 from ferozsalam/remove-undefined-param
Browse files Browse the repository at this point in the history
Remove undefined parameter from docstring
  • Loading branch information
jertel authored Jun 12, 2021
2 parents 60604bf + ffe86e5 commit 6010e57
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions elastalert/elastalert.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,7 @@ class ElastAlerter(object):
""" The main ElastAlert runner. This class holds all state about active rules,
controls when queries are run, and passes information between rules and alerts.
:param args: An argparse arguments instance. Should contain debug and start
:param conf: The configuration dictionary. At the top level, this
contains global options, and under 'rules', contains all state relating
to rules and alerts. In each rule in conf['rules'], the RuleType and Alerter
instances live under 'type' and 'alerts', respectively. The conf dictionary
should not be passed directly from a configuration file, but must be populated
by config.py:load_rules instead. """
:param args: An argparse arguments instance. Should contain debug and start"""

thread_data = threading.local()

Expand Down

0 comments on commit 6010e57

Please sign in to comment.