rsyslog/tests/testsuites/no-dynstats-json.conf

9 lines
303 B
Plaintext

$IncludeConfig diag-common.conf
ruleset(name="stats") {
action(type="omfile" file="./rsyslog.out.stats.log")
}
module(load="../plugins/impstats/.libs/impstats" interval="1" severity="7" resetCounters="on" Ruleset="stats" bracketing="on" format="json")
action(type="omfile" file="./rsyslog.out.log")