mirror of
https://github.com/krislamo/graylog_demo
synced 2025-09-08 11:29:30 +00:00
Route the syslog through fluentd via UDP
This commit is contained in:
@@ -3,6 +3,12 @@
|
||||
port 24224
|
||||
</source>
|
||||
|
||||
<source>
|
||||
@type syslog
|
||||
port 5140
|
||||
tag system
|
||||
</source>
|
||||
|
||||
<match **>
|
||||
@type gelf
|
||||
host vagrant_graylog_1
|
||||
|
Reference in New Issue
Block a user