8e2910ab94
Add time and count limit and configuration options for them. If no limits are set, separate thread is not used.
25 lines
558 B
Plaintext
25 lines
558 B
Plaintext
[General]
|
|
#BufferSize=4096
|
|
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
|
|
|
|
[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
|