Routing Examples
Simple Input -> Filter -> Output
<source>
@type forward
</source>
<filter app.**>
@type record_transformer
<record>
hostname "#{Socket.gethostname}"
</record>
</filter>
<match app.**>
@type file
# ...
</match>Two input cases
Input -> Filter -> Output with Label
Re-route event by tag
Re-route event by record content
Re-route event to other Label
Last updated
Was this helpful?