mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
4e088ca04e
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
25 lines
875 B
Text
25 lines
875 B
Text
Prelude Library (https://www.prelude-siem.org)
|
|
|
|
Prelude Library Overview
|
|
========================
|
|
|
|
The Prelude Library is used to make sensor developers' life better by
|
|
providing features used by every sensor:
|
|
|
|
- Manager(s) Connection management (with fallback in case all
|
|
configured Managers are down, and automatic reconnection).
|
|
|
|
- Interface to communicate with the Prelude Manager.
|
|
|
|
- Asynchronous Message interface (allowing sensor to emit message
|
|
without blocking, even if there is latency on the wire).
|
|
|
|
- Asynchronous timer interface.
|
|
|
|
- Generic configuration API, providing a generic abstraction for
|
|
command-line, configuration file option, and wide option support.
|
|
|
|
- Wide option managment allowing sensor-exported options to be
|
|
directly accessible from the Manager administrative console.
|
|
|
|
- Generic plugin API.
|