logs
PSR-3
RSYSLOG
- .* @127.0.0.1:514;RSYSLOG_ForwardFormat
LOGSTATSH - Input
input { udp { port => 514 type => syslog } } ====== LOGSTATSH - Filter ====== Utilisation de **Grok filter plugin** <code> filter { grok { patterns_dir => ["./patterns"] match => { "message" => "%{SYSLOGBASE} %{POSTFIX_QUEUEID:queue_id}: %{GREEDYDATA:syslog_message}" } } }
Discussion