-
We use python-logstash-async in our python services, which adds a 'type' field to the document Since #282 both the match and the rule are expanded into the same function call.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If I check on how it works with |
Beta Was this translation helpful? Give feedback.
If I check on how it works with
alert_text_args
works inBasicMatchString
, it prioritizes the content of the match before the content of the rule.We'll have to do something similar for
alert_text_jinja
.