Replies: 1 comment
-
I don't know if they are 'necessary' but they likely were helpful to the person who put them in the code several years ago. If you want to make them optional, but default to including them (so that it doesn't break existing users), feel free to submit a PR. Review the Contribution Guidelines before submitting a PR. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
currently, the opsgenie_tags is set by default with the values "ElastAlert" and "{opsgenie_rule} in the file elastalert/alerters/opsgenie.py and the code
self.tags = self.rule.get('opsgenie_tags', []) + ['ElastAlert', self.rule['name']]
Are these tags really necessary? Maybe is it possible to configure them using a parameter into the opsgenie.py file?
Beta Was this translation helpful? Give feedback.
All reactions