API Reference off_broadway_splunk v1.2.0
modules
Modules
A generic behaviour for implementing Splunk clients for
OffBroadway.Splunk.Producer
.
The OffBroadway.Splunk.Leader
module is responsible to poll Splunk
for status on a SID and notify the OffBroadway.Splunk.Producer
when
Splunk is ready to deliver messages for given SID.
OffBroadway Splunk option definitions and custom validators.
GenStage Producer for a Splunk Event Stream. Broadway producer acts as a consumer for the specified Splunk SID.
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 events.
Since Splunk does not have any concept of acknowledging consumed events, we need
to keep track of what events that are consumed ourselves (more on that later).