mirror of
https://github.com/krislamo/graylog_demo
synced 2024-11-09 21:50:35 +00:00
28 lines
460 B
Plaintext
28 lines
460 B
Plaintext
|
<source>
|
||
|
@type secure_forward
|
||
|
shared_key test
|
||
|
self_hostname 172.28.128.30
|
||
|
port 2514
|
||
|
secure true
|
||
|
ca_cert_path /vagrant/tmp/ca_cert.pem
|
||
|
ca_private_key_path /vagrant/tmp/ca_key.pem
|
||
|
ca_private_key_passphrase test
|
||
|
</source>
|
||
|
|
||
|
<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>
|