From a10617c1824bcb78552586eaf74c9e2052736437 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 18 May 2020 13:43:25 -0400 Subject: [PATCH] Update nids2hive.yaml --- 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 0696d84d7..074fddb7f 100644 --- a/salt/elastalert/files/rules/so/nids2hive.yaml +++ b/salt/elastalert/files/rules/so/nids2hive.yaml @@ -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.