Skip to main content
This page documents all events that plugins can subscribe to through the hook system. For conceptual information about how event hooks work, see Event Hooks.

Task Events

Events fired during the task lifecycle.
EventDescription
TaskCreatedA new analysis task has been created and queued
TaskStartingA task is about to begin execution
TaskCompletedA task finished successfully
TaskFailedA task failed during execution

Plugin Events

Events related to plugin process lifecycle and output.
EventDescription
PluginStartedA plugin process has started
PluginStoppedA plugin process has stopped
PluginResultAvailableA plugin produced an analysis result

Sample Events

Events fired during sample processing.
EventDescription
SampleReceivedA new sample has been received for analysis
SampleProcessedSample processing is complete

System Events

Events for system-wide occurrences.
EventDescription
SystemShutdownThe daemon is shutting down
ConfigReloadedSystem configuration has been reloaded