27 lines
719 B
Plaintext
27 lines
719 B
Plaintext
[General]
|
|
DatatypesDescriptionFile=/etc/audisp/auditd-clickhouse-datatypes.json
|
|
# Timeout is in seconds
|
|
# Zero or negative value disables this feature
|
|
WriteTimeout=60
|
|
# Write data to database when specified count of data records is buffered
|
|
# Zero or negative value disables this feature
|
|
WriteCountLimit=10000
|
|
# Directory where a copy of data is kept until it's sent to database.
|
|
# Feature is disabled if no value or an empty value is set.
|
|
DataDirectory=/var/lib/auditd-plugin-clickhouse
|
|
|
|
[Connection]
|
|
Hostname=localhost
|
|
#Port=
|
|
#DefaultDatabase=
|
|
#Username=
|
|
#Password=
|
|
PingBeforeQuery=true
|
|
#SendRetries=1
|
|
#RetryTimeout=5
|
|
#CompressionMethod=None|LZ4
|
|
#TableName=AuditData
|
|
|
|
[Logging]
|
|
Logfile=/var/log/auditd-clickhouse.log
|