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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ CHANGELOG
75
75
-`intelmq.bots.experts.truncate_by_delimiter.expert`: Cut string if its length is higher than a maximum length (PR#1967 by Marius Karotkis).
76
76
-`intelmq.bots.experts.remove_affix`: Remove prefix or postfix strings from a field (PR#1965 by Marius Karotkis).
77
77
-`intelmq.bots.experts.asn_lookup.expert`: Fixes update-database script on the last few days of a month (PR#2121 by Filip Pokorný, fixes #2088).
78
+
-`intelmq.bots.experts.threshold.expert`: Correctly use the standard parameter `redis_cache_ttl` instead of the previously used parameter `timeout` (PR#2155 by Karl-Johan Karlsson).
78
79
79
80
#### Outputs
80
81
- Removed `intelmq.bots.outputs.postgresql`: this bot was marked as deprecated in 2019 announced to be removed in version 3 of IntelMQ (PR#2045 by Birger Schacht).
Copy file name to clipboardExpand all lines: docs/user/bots.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3194,8 +3194,6 @@ Threshold
3194
3194
3195
3195
**Information**
3196
3196
3197
-
3198
-
***Cache parameters** (see section :ref:`common-parameters`)
3199
3197
*`name`: `intelmq.bots.experts.threshold.expert`
3200
3198
*`lookup`: redis cache
3201
3199
*`public`: no
@@ -3204,6 +3202,7 @@ Threshold
3204
3202
3205
3203
**Configuration Parameters**
3206
3204
3205
+
***Cache parameters** (see section :ref:`common-parameters`), especially ``redis_cache_ttl`` as number of seconds before threshold counter is reset. Since version 3.1 (until 3.1 `timeout` was used).
3207
3206
*`filter_keys`: String, comma-separated list of field names to consider or ignore when determining which messages are similar.
3208
3207
*`filter_type`: String, `whitelist` (consider only the fields in`filter_keys`) or `blacklist` (consider everything but the fields in`filter_keys`).
3209
3208
*`threshold`: Integer, number of messages required before propagating one. In forwarded messages, the threshold is saved in the message as `extra.count`.
0 commit comments