1
0
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:
2020-02-11 16:25:20 -05:00
parent 5a6f09789c
commit 57d258cb35
3 changed files with 17 additions and 0 deletions

View File

@@ -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