mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added missing db mapping for program field of syslogng - thanks to Micha "Wolvverine" Panasiewicz
This commit is contained in:
parent
ad46747dbe
commit
d3c459b86f
@ -195,6 +195,7 @@ $dbmapping['syslogng'][SYSLOG_MESSAGE] = "msg";
|
||||
//TODO $dbmapping['syslogng'][SYSLOG_FACILITY] = "Facility";
|
||||
//TODO $dbmapping['syslogng'][SYSLOG_SEVERITY] = "Priority"
|
||||
$dbmapping['syslogng'][SYSLOG_SYSLOGTAG] = "tag";
|
||||
$dbmapping['syslogng'][SYSLOG_PROCESSID] = "program";
|
||||
// ---
|
||||
|
||||
// EventTime Constants
|
||||
|
Loading…
x
Reference in New Issue
Block a user