2020-03-23 20:14:43 +00:00
|
|
|
<source>
|
2020-07-24 15:56:06 +00:00
|
|
|
@type forward
|
2020-03-23 20:14:43 +00:00
|
|
|
port 2514
|
2020-07-24 15:56:06 +00:00
|
|
|
<transport tls>
|
|
|
|
version TLSv1_2
|
|
|
|
insecure true
|
|
|
|
cert_path /vagrant/tmp/ca_cert.pem
|
|
|
|
private_key_path /vagrant/tmp/ca_key.pem
|
|
|
|
</transport>
|
2020-03-23 20:14:43 +00:00
|
|
|
</source>
|
|
|
|
|
2020-03-24 19:22:39 +00:00
|
|
|
<source>
|
|
|
|
@type forward
|
|
|
|
port 24224
|
|
|
|
</source>
|
|
|
|
|
|
|
|
<source>
|
|
|
|
@type syslog
|
|
|
|
port 5140
|
|
|
|
tag system.local
|
|
|
|
</source>
|
|
|
|
|
2020-03-23 20:14:43 +00:00
|
|
|
<filter httpd.access>
|
|
|
|
@type parser
|
|
|
|
key_name message
|
|
|
|
reserve_data true
|
|
|
|
<parse>
|
|
|
|
@type apache2
|
|
|
|
</parse>
|
|
|
|
</filter>
|
|
|
|
|
|
|
|
<match **>
|
|
|
|
@type gelf
|
|
|
|
protocol tcp
|
|
|
|
host localhost
|
|
|
|
port 12201
|
|
|
|
flush_interval 5s
|
|
|
|
</match>
|