An engine that reads messages from the salt event bus and pushes them onto a logstash endpoint via HTTP requests.
configuration: | Example configuration engines:
- http_logstash:
url: http://blabla.com/salt-stuff
tags:
- salt/job/*/new
- salt/job/*/ret/*
funs:
- probes.results
- bgp.config
|
---|