Full list of builtin returner modulesΒΆ

carbon_return Take data from salt and "return" it into a carbon receiver
cassandra_return Return data to a Cassandra ColumnFamily
couchbase_return Simple returner for Couchbase. Optional configuration
couchdb_return Simple returner for CouchDB. Optional configuration
django_return A returner that will infor a Django system that
elasticsearch_return Return data to an elasticsearch server for indexing.
etcd_return Return data to an etcd server or cluster
hipchat_return Return salt data via hipchat.
kafka_return Return data to a Kafka topic
local The local returner is used to test the returner interface, it just prints the
local_cache Return data to local job cache
memcache_return Return data to a memcache server
mongo_future_return Return data to a mongodb server
mongo_return Return data to a mongodb server
multi_returner Read/Write multiple returners
mysql Return data to a mysql server
odbc Return data to an ODBC compliant server. This driver was
postgres Return data to a postgresql server
postgres_local_cache Use a postgresql server for the master job cache.
redis_return Return data to a redis server
sentry_return Salt returner that report execution results back to sentry.
slack_returner Return salt data via slack ..
sms_return Return data by SMS.
smtp_return Return salt data via email
sqlite3_return Insert minion return data into a sqlite3 database
syslog_return Return data to the host operating system's syslog facility
xmpp_return Return salt data via xmpp

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2015.5.2

Previous topic

Returners

Next topic

salt.returners.carbon_return