mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 10:12:53 +01:00
20 lines
412 B
INI
20 lines
412 B
INI
{%- set interface = salt['pillar.get'](sensor:interface) %}
|
|
{%- set lbprocs = salt['pillar.get'](sensor:lbprocs) %}
|
|
[manager]
|
|
type=manager
|
|
host=localhost
|
|
|
|
[proxy]
|
|
type=proxy
|
|
host=localhost
|
|
|
|
[sotest-eth1]
|
|
type=worker
|
|
host=localhost
|
|
interface=af_packet::{{ interface }}
|
|
lb_method=custom
|
|
lb_procs={{ lbprocs }}
|
|
af_packet_fanout_id=23
|
|
af_packet_fanout_mode=AF_Packet::FANOUT_HASH
|
|
af_packet_buffer_size=128*1024*1024
|