salt.engines.logstash

An engine that reads messages from the salt event bus and pushes them onto a logstash endpoint.

configuration:
Example configuration
engines:
  • logstash: host: log.my_network.com port: 5959
depends:

logstash

salt.engines.logstash.start(host, port=5959, tag='salt/engine/logstash')

Listen to salt events and forward them to logstash

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2015.8.3

Previous topic

Full list of builtin engine modules

Next topic

salt.engines.sqs_events