An engine that reads messages from the salt event bus and pushes them onto a fluent endpoint.
New in version 3000.
Configuration: |
---|
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>
depends: | fluent-logger |
---|
salt.engines.fluent.
start
(host='localhost', port=24224, app='engine')¶Listen to salt events and forward them to fluent
Parameters: |
---|
Docs for previous releases are available on readthedocs.org.
Latest Salt release: latest_release
salt.engines.docker_events module