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
FIX: threshold expert: configure timeout using Redis cache mixin
When the Redis cache functionality was moved to a mixin, the code that
set the cache timeout from the "timeout" parameter was removed, but
the error checking and documentation remained. Change documentation and
configuration checking code to refer to the standard redis_cache_ttl
parameter instead.
Also remove some redundant default values which are now set in the
cache mixin.
Fixes: 2a1b126 ("FIX: Use CacheMixins instead of lib.cache")
Signed-off-by: Karl-Johan Karlsson <[email protected]>
Copy file name to clipboardExpand all lines: docs/user/bots.rst
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3206,7 +3206,6 @@ Threshold
3206
3206
3207
3207
*`filter_keys`: String, comma-separated list of field names to consider or ignore when determining which messages are similar.
3208
3208
*`filter_type`: String, `whitelist` (consider only the fields in`filter_keys`) or `blacklist` (consider everything but the fields in`filter_keys`).
3209
-
*`timeout`: Integer, number of seconds before threshold counter is reset.
3210
3209
*`threshold`: Integer, number of messages required before propagating one. In forwarded messages, the threshold is saved in the message as `extra.count`.
3211
3210
*`add_keys`: Array of string->string, optional, fields and values to add (or update) to propagated messages. Example:
0 commit comments