(->siem! source opts)
Consume everything in the given source, transform it and send it to a SIEM, as described by the given opts.
Consume everything in the given source, transform it and send it to a SIEM, as described by the given opts.
(process! opts msgs)
Sends a single batch of msgs to a SIEM defined by opts. Returns a deferred that will fire when the sending is complete.
Sends a single batch of msgs to a SIEM defined by opts. Returns a deferred that will fire when the sending is complete.
(siem-sink! opts)
Build a stream (sink) that consumes general events, cleans them up, and forwards them to a specific SIEM for ingestion.
If you already have a stream, look at ->siem!
.
Build a stream (sink) that consumes general events, cleans them up, and forwards them to a specific SIEM for ingestion. If you already have a stream, look at [[->siem!]].
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close