No data going to mysql or showing on waf-fle Stand alone setup. Just installed. using mlogc which is running, I see data going to the transaction log and directories in the data dir being created.
SecAuditLogParts ABIDEFGHZ
SecAuditLogType Concurrent
SecAuditLog "|/usr/bin/mlogc /etc/mlogc.conf"
SecAuditLogStorageDir /var/log/mlogc/data/
CollectorRoot "/var/log/mlogc"
# ModSecurity Console receiving URI. You can change the host
# and the port parts but leave everything else as is.
# Sensor credentials
SensorUsername "waffle"
SensorPassword "mypass"
# Base directory where the audit logs are stored. This can be specified
# as a path relative to the CollectorRoot, or a full path.
LogStorageDir "/var/log/mlogc/data"
# Transaction log will contain the information on all log collector
# activities that happen between checkpoints. The transaction log
# is used to recover data in case of a crash (or if Apache kills
# the process).
TransactionLog "mlogc-transaction.log"
# The file where the pending audit log entry data is kept. This file
# is updated on every checkpoint.
QueuePath "mlogc-queue.log"
# The location of the error log.
ErrorLog "mlogc-error.log"
# The location of the lock file.
LockFile "mlogc.lck"
Any help would be appreciated.