Return data to a Cassandra ColumnFamily
Here's an example Keyspace / ColumnFamily setup that works with this returner:
create keyspace salt;
use salt;
create column family returns
with key_validation_class='UTF8Type'
and comparator='UTF8Type'
and default_validation_class='UTF8Type';
Required python modules: pycassa
To use the cassandra returner, append '--return cassandra' to the salt command. ex:
salt '*' test.ping --return cassandra
Do any work necessary to prepare a JID, including sending a custom id
Return data to a Cassandra ColumnFamily
Docs for previous releases are available on salt.rtfd.org.
Latest Salt release: 2014.1.13
Try the shiny new release candidate of Salt, v2014.7.0rc6! More info here.
22.23.3.1.1. salt.returners.carbon_return
22.23.3.1.3. salt.returners.couchbase_return
Upcoming SaltStack events, webinars and local meet ups and user groups.