mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 10:50:41 +01:00
14 lines
657 B
Plaintext
14 lines
657 B
Plaintext
$IncludeConfig diag-common.conf
|
|
|
|
module(load="../plugins/imuxsock/.libs/imuxsock" sysSock.use="off")
|
|
input(type="imuxsock" Socket="/tmp/testbench_socket")
|
|
|
|
template(name="outfmt" type="string" string="%msg:%\n")
|
|
|
|
*.notice action(type="omfile" template="outfmt" file="./ksitest/messages" sig.randomsource="./resultdata/lmsig_ksi_ls12_async/random.txt" sig.provider="ksi_ls12" sig.syncmode="async" sig.hashFunction="SHA2-256" sig.block.levelLimit="8" sig.block.timeLimit="100" sig.aggregator.url="file://resultdata/lmsig_ksi_ls12_async/mockinput.bin" sig.aggregator.user="log1" sig.aggregator.key="log" sig.keepTreeHashes="on" sig.keepRecordHashes="on")
|
|
|
|
|
|
|
|
|
|
|