An engine that reads messages from the salt event bus and pushes them onto a fluent endpoint.
New in version 3000.
All arguments are optional
Example configuration of default settings
engines: - fluent: host: localhost port: 24224 app: engineExample fluentd configuration
<source> @type forward port 24224 </source> <match saltstack.**> @type file path /var/log/td-agent/saltstack </match>
fluent-logger
Listen to salt events and forward them to fluent