mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
FIX: SOC Config pcap doc links should point to steno docs #11302
This commit is contained in:
@@ -1,35 +1,35 @@
|
|||||||
pcap:
|
pcap:
|
||||||
enabled:
|
enabled:
|
||||||
description: You can enable or disable Stenographer on all sensors or a single sensor.
|
description: You can enable or disable Stenographer on all sensors or a single sensor.
|
||||||
helpLink: pcap.html
|
helpLink: stenographer.html
|
||||||
config:
|
config:
|
||||||
maxdirectoryfiles:
|
maxdirectoryfiles:
|
||||||
description: The maximum number of packet/index files to create before deleting old files.
|
description: The maximum number of packet/index files to create before deleting old files.
|
||||||
helpLink: pcap.html
|
helpLink: stenographer.html
|
||||||
diskfreepercentage:
|
diskfreepercentage:
|
||||||
description: The disk space percent to always keep free for PCAP
|
description: The disk space percent to always keep free for PCAP
|
||||||
helpLink: pcap.html
|
helpLink: stenographer.html
|
||||||
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
|
advanced: True
|
||||||
helpLink: pcap.html
|
helpLink: stenographer.html
|
||||||
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
|
advanced: True
|
||||||
helpLink: pcap.html
|
helpLink: stenographer.html
|
||||||
aiops:
|
aiops:
|
||||||
description: The max number of async writes to allow at once.
|
description: The max number of async writes to allow at once.
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: pcap.html
|
helpLink: stenographer.html
|
||||||
pin_to_cpu:
|
pin_to_cpu:
|
||||||
description: Enable CPU pinning for PCAP.
|
description: Enable CPU pinning for PCAP.
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: pcap.html
|
helpLink: stenographer.html
|
||||||
cpus_to_pin_to:
|
cpus_to_pin_to:
|
||||||
description: CPU to pin PCAP to. Currently only a single CPU is supported.
|
description: CPU to pin PCAP to. Currently only a single CPU is supported.
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: pcap.html
|
helpLink: stenographer.html
|
||||||
disks:
|
disks:
|
||||||
description: List of disks to use for PCAP. This is currently not used.
|
description: List of disks to use for PCAP. This is currently not used.
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: pcap.html
|
helpLink: stenographer.html
|
||||||
|
|||||||
Reference in New Issue
Block a user