mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add TheHive integration. (#7363)
This commit is contained in:
parent
8f07f5308a
commit
5580225e4b
7 changed files with 128 additions and 22 deletions
|
|
@ -1778,6 +1778,13 @@ local known_parameters = {
|
|||
|
||||
["telegram_channel"] = http_lint.validateEmptyOr(http_lint.validateSingleWord),
|
||||
["telegram_token"] = http_lint.validateEmptyOr(http_lint.validateSingleWord),
|
||||
["thehive_token"] = http_lint.validateEmptyOr(http_lint.validateSingleWord),
|
||||
["thehive_url"] = {http_lint.webhookCleanup, http_lint.validateUnquoted},
|
||||
["thehive_org_name"] = http_lint.validateSingleWord,
|
||||
["thehive_obs_mail"] = http_lint.validateSingleWord,
|
||||
["thehive_obs_url"] = {http_lint.webhookCleanup, http_lint.validateUnquoted},
|
||||
|
||||
|
||||
|
||||
["fail2ban_jail"] = http_lint.validateEmptyOr(http_lint.validateSingleWord),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue