Files
securityonion/salt/idstools/etc/modify.conf
Mike Reeves 1d24d7bc7f Misc pillars
2020-07-17 17:38:10 -04:00

10 lines
288 B
Plaintext

{%- set modify_sids = salt['pillar.get']('idstools:sids:modify', {}) -%}
# idstools-rulecat - modify.conf
# Format: <sid> "<from>" "<to>"
# Example changing the seconds for rule 2019401 to 3600.
#2019401 "seconds \d+" "seconds 3600"
{%- for sid in modify_sids %}
{{ sid }}
{%- endfor %}