mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Bro Module - Fix default value from 45 to 1
This commit is contained in:
@@ -27,7 +27,7 @@ interface=af_packet::{{ interface }}
|
|||||||
lb_method=custom
|
lb_method=custom
|
||||||
|
|
||||||
{%- if salt['pillar.get']('sensor:bro_lbprocs') %}
|
{%- if salt['pillar.get']('sensor:bro_lbprocs') %}
|
||||||
lb_procs={{ salt['pillar.get']('sensor:bro_lbprocs', '45') }}
|
lb_procs={{ salt['pillar.get']('sensor:bro_lbprocs', '1') }}
|
||||||
{%- else %}
|
{%- else %}
|
||||||
lb_procs={{ salt['pillar.get']('sensor:bro_pins')|length }}
|
lb_procs={{ salt['pillar.get']('sensor:bro_pins')|length }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user