Update nids2hive.yaml

This commit is contained in:
Mike Reeves
2020-05-18 13:43:25 -04:00
committed by GitHub
parent a56c776695
commit a10617c182

View File

@@ -1,5 +1,5 @@
{% set es = salt['pillar.get']('static:masterip', '') %}
{% set hivehost = salt['pillar.get']('static:masterip', '') %}
{% set hivehost = salt['pillar.get']('master:url_base', '') %}
{% set hivekey = salt['pillar.get']('static:hivekey', '') %}
# hive.yaml
# Elastalert rule to forward IDS alerts from Security Onion to a specified TheHive instance.