Device | Details |
---|---|
Vendor | Dtex Systems |
Device Type | Intrusion Detection System |
Connection Type | Syslog |
Data Source Name | Dtex |
Data Source ID | 1912 |
Configure your /etc/rsyslog.conf
file as follows:
$ModLoad imfile $InputFileName <path to location where Dtex logs are saved> $InputFileTag dtex $InputFileSeverity <desired log level> $InputFileFacility <local syslog facility> $InputRunFileMonitor dtex.log.* @@<Sheriff CSM_IP_Address>:514
For the $InputFileName
parameter, you add the file path to the log file. The $InputFileFacility
parameter specifies the syslog facility assigned to read log entries. For the $InputFileSeverity
parameter, specify the log level corresponding to the severity of log messages you want to receive. (The default level is notice
.)
rsyslog
service.