# off_broadway_splunk v3.0.1 - Table of Contents Splunk producer for Broadway data processing pipelines ## Pages - [OffBroadway.Splunk](readme.md) - [Changelog](changelog.md) - [LICENSE](license.md) ## Modules - [OffBroadway.Splunk.Client](OffBroadway.Splunk.Client.md): A generic behaviour for implementing Splunk clients for `OffBroadway.Splunk.Producer`. - [OffBroadway.Splunk.Producer](OffBroadway.Splunk.Producer.md): GenStage Producer for a Splunk Event Stream. Broadway producer acts as a consumer for Splunk report or alerts. - [OffBroadway.Splunk.SplunkClient](OffBroadway.Splunk.SplunkClient.md): Default Splunk client used by `OffBroadway.Splunk.Producer` to receive data from Splunk. This module implements the `OffBroadway.Splunk.Client` and `Broadway.Acknowledger` behaviours which define callbacks for receiving and acknowledging messages. Since Splunk does not have any concept of acknowledging consumed messages, we need to keep track of what messages that are consumed ourselves (more on that later).