mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-30 03:43:58 +01:00
Custom analyzer and responder dirs
This commit is contained in:
@@ -127,4 +127,20 @@ analyzer {
|
||||
}
|
||||
}
|
||||
|
||||
## RESPONDERS
|
||||
##
|
||||
responder {
|
||||
# Directory that holds responders
|
||||
urls = ["/Cortex-Analyzers/responders", "/custom-responders"]
|
||||
|
||||
fork-join-executor {
|
||||
# Min number of threads available for analyze
|
||||
parallelism-min = 2
|
||||
# Parallelism (threads) ... ceil(available processors * factor)
|
||||
parallelism-factor = 2.0
|
||||
# Max number of threads available for analyze
|
||||
parallelism-max = 4
|
||||
}
|
||||
}
|
||||
|
||||
# It's the end my friend. Happy hunting!
|
||||
|
||||
Reference in New Issue
Block a user