19 lines
319 B
Text
19 lines
319 B
Text
|
# vi: ft=yaml
|
||
|
# Receive events from 24224/tcp
|
||
|
# This is used by log forwarding and the fluent-cat command
|
||
|
<source>
|
||
|
@type forward
|
||
|
port 24224
|
||
|
</source>
|
||
|
|
||
|
<match cool.testje>
|
||
|
@type elasticsearch
|
||
|
host maestro.dmz
|
||
|
port {{ elasticsearch_port }}
|
||
|
include_timestamp true
|
||
|
</match>
|
||
|
|
||
|
<system>
|
||
|
log_level info
|
||
|
</system>
|