Routing Examples
Simple: Input -> Filter -> Output
Input -> Filter -> Output<source>
@type forward
</source>
<filter app.**>
@type record_transformer
<record>
hostname "#{Socket.gethostname}"
</record>
</filter>
<match app.**>
@type file
# ...
</match>Two Inputs: forward and tail
forward and tailWith Label: Input -> Filter -> Output
Input -> Filter -> OutputReroute Event by Tag
Re-route Event by Record Content
Re-route Event to Other Label
Last updated
Was this helpful?