key_prefix = "rs_history"; # Default key name
nrows = 200; # Default rows limit
compress = true; # Use zstd compression when storing data in redis
+ subject_privacy = false; # subject privacy is off
+ subject_privacy_alg = 'md5'; # default hash-algorithm to obfuscate subject
.include(try=true,priority=5) "${DBDIR}/dynamic/history_redis.conf"
.include(try=true,priority=1,duplicate=merge) "$LOCAL_CONFDIR/local.d/history_redis.conf"
.include(try=true,priority=10) "$LOCAL_CONFDIR/override.d/history_redis.conf"
-}
\ No newline at end of file
+}