mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 19:22:54 +01:00
update annotations for suricata
This commit is contained in:
@@ -12,6 +12,40 @@ suricata:
|
|||||||
title: SIDS
|
title: SIDS
|
||||||
helpLink: suricata.html
|
helpLink: suricata.html
|
||||||
config:
|
config:
|
||||||
|
af-packet:
|
||||||
|
interface:
|
||||||
|
description: The network interface that Suricata will monitor.
|
||||||
|
helpLink: suricata.html
|
||||||
|
cluster-id:
|
||||||
|
advanced: True
|
||||||
|
cluster-type:
|
||||||
|
advanced: True
|
||||||
|
regex: ^(cluster_flow|cluster_qm)$
|
||||||
|
defrag:
|
||||||
|
advanced: True
|
||||||
|
regex: ^(yes|no)$
|
||||||
|
use-mmap:
|
||||||
|
advanced: True
|
||||||
|
readonly: True
|
||||||
|
threads:
|
||||||
|
description: The ammount of worker threads.
|
||||||
|
helpLink: suricata.html
|
||||||
|
forcedType: int
|
||||||
|
tpacket-v3:
|
||||||
|
advanced: True
|
||||||
|
readonly: True
|
||||||
|
ring-size:
|
||||||
|
description: Buffer size for packets per thread.
|
||||||
|
forcedType: int
|
||||||
|
helpLink: suricata.html
|
||||||
|
threading:
|
||||||
|
set-cpu-affinity:
|
||||||
|
description: Bind(yes) or unbind(no) management and worker threads to a core or range of cores.
|
||||||
|
regex: ^(yes|no)$
|
||||||
|
helpLink: suricata.html
|
||||||
|
cpu-affinity:
|
||||||
|
description: Bind management and worker threads to a core or range of cores. set-cpu-affinity must be set to 'yes' for this to be used.
|
||||||
|
helpLink: suricata.html
|
||||||
vars:
|
vars:
|
||||||
address-groups:
|
address-groups:
|
||||||
HOME_NET:
|
HOME_NET:
|
||||||
|
|||||||
Reference in New Issue
Block a user