salt.engines.http_logstash

HTTP Logstash engine

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
salt.engines.http_logstash.start(url, funs=None, tags=None)

Listen to salt events and forward them to logstash via HTTP.

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2016.11.7

Table Of Contents

Previous topic

salt.engines.hipchat module

Next topic

salt.engines.logentries