mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Improve pcap defaults
This commit is contained in:
@@ -8,5 +8,17 @@ pcap:
|
|||||||
description: The disk space percent to always keep free for pcap
|
description: The disk space percent to always keep free for pcap
|
||||||
blocks:
|
blocks:
|
||||||
description: The number of 1MB packet blocks used by AF_PACKET to store packets in memory, per thread. You shouldn't need to change this.
|
description: The number of 1MB packet blocks used by AF_PACKET to store packets in memory, per thread. You shouldn't need to change this.
|
||||||
|
advanced: True
|
||||||
preallocate_file_mb:
|
preallocate_file_mb:
|
||||||
description: File size to pre-allocate for individual pcap files. You shouldn't need to change this.
|
description: File size to pre-allocate for individual pcap files. You shouldn't need to change this.
|
||||||
|
advanced: True
|
||||||
|
aiops:
|
||||||
|
description: The max number of async writes to allow at once.
|
||||||
|
advanced: True
|
||||||
|
pin_to_cpu:
|
||||||
|
description: Enable CPU pinning for PCAP.
|
||||||
|
cpus_to_pin_to:
|
||||||
|
description: CPU to pin PCAP to. Currently only a single SPU is supported
|
||||||
|
disks:
|
||||||
|
description: List of disks to use for PCAP. This is currently not used.
|
||||||
|
advanced: True
|
||||||
|
|||||||
Reference in New Issue
Block a user