mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-13 04:50:41 +01:00
This output module adds the posibility to send INSERT querys to a Clickhouse database. The messages are sent via a REST interface. This commit also adds support of the testbench for clickhouse tests, as well as various tests. Closes https://github.com/rsyslog/rsyslog/issues/2272
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
export USE_VALGRIND="YES"
|
|
source ${srcdir:-.}/clickhouse-basic.sh
|