From 1f8fd7ddd18a730eda0b760277780c0d8a2cdf6a Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Wed, 18 Sep 2019 19:42:02 +0000 Subject: [PATCH] fix typo --- salt/elastalert/files/rules/so/nids2hive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/elastalert/files/rules/so/nids2hive.yaml b/salt/elastalert/files/rules/so/nids2hive.yaml index e5e3a7111..1d4b4ee39 100644 --- a/salt/elastalert/files/rules/so/nids2hive.yaml +++ b/salt/elastalert/files/rules/so/nids2hive.yaml @@ -1,4 +1,4 @@ -{% set hivehost = salt['pillar.get']('static:masterip', '') %} %} +{% set hivehost = salt['pillar.get']('static:masterip', '') %} {% set hivekey = salt['pillar.get']('static:hivekey', '') %} # hive.yaml # Elastalert rule to forward IDS alerts from Security Onion to a specified TheHive instance.