splunk

Send json response data to Splunk via the HTTP Event Collector.

Important

This module requires the general Splunk setup.

Run a test by using salt-call test.ping --return splunk

Written by Scott Pack (github.com/scottjpack)

saltext.splunk.returners.splunk.returner(ret)[source]

Send a message to Splunk via the HTTP Event Collector. Requires the Splunk HTTP Event Collector running on port 8088. This is available on Splunk Enterprise version 6.3 or higher.

saltext.splunk.returners.splunk.event_return(events)[source]

Return events to Splunk via the HTTP Event Collector. Requires the Splunk HTTP Event Collector running on port 8088. This is available on Splunk Enterprise version 6.3 or higher.