Liking cljdoc? Tell your friends :D

unsiemly.core


->siem!clj

(->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.
sourceraw docstring

process!clj

(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.
sourceraw docstring

siem-sink!clj

(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!]].
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close