mirror of
https://github.com/krislamo/graylog_demo
synced 2025-09-08 11:29:30 +00:00
Install httpd and tail access_log with fluentd
This commit is contained in:
@@ -9,6 +9,16 @@
|
||||
tag system
|
||||
</source>
|
||||
|
||||
<source>
|
||||
@type tail
|
||||
path /var/log/hostlogs/httpd/access_log
|
||||
pos_file /var/log/hostlogs/httpd/access_log.pos
|
||||
tag httpd.access
|
||||
<parse>
|
||||
@type apache2
|
||||
</parse>
|
||||
</source>
|
||||
|
||||
<match **>
|
||||
@type gelf
|
||||
host vagrant_graylog_1
|
||||
|
Reference in New Issue
Block a user