Custom analyzer and responder dirs

This commit is contained in:
Wes Lambert
2020-06-17 13:16:52 +00:00
parent 6410087994
commit cbfe375407
2 changed files with 33 additions and 1 deletions

View File

@@ -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!