1
0
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:
2020-02-10 16:17:24 -05:00
parent 5515109396
commit 5a6f09789c
4 changed files with 11 additions and 6 deletions

View File

@@ -3,6 +3,12 @@
port 24224
</source>
<source>
@type syslog
port 5140
tag system
</source>
<match **>
@type gelf
host vagrant_graylog_1