From 799c08900b9147ef8970e4a56f4751fe314b2564 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 14 Nov 2018 10:11:28 -0500 Subject: [PATCH] ElasticSearch Module - enable HH docker repo --- salt/elasticsearch/init.sls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/elasticsearch/init.sls b/salt/elasticsearch/init.sls index 16a3a60fb..4baf68e60 100644 --- a/salt/elasticsearch/init.sls +++ b/salt/elasticsearch/init.sls @@ -148,7 +148,7 @@ freqlogdir: so-freq: docker_container.running: - - image: securityonionsolutions/so-freqserver + - image: soshybridhunter/so-freqserver:HH1.0.3 - hostname: freqserver - user: freqserver - binds: @@ -183,7 +183,7 @@ dstatslogdir: so-domainstats: docker_container.running: - - image: securityonionsolutions/so-domainstats + - image: soshybridhunter/so-domainstats:HH1.0.3 - hostname: domainstats - name: domainstats - user: domainstats @@ -248,7 +248,7 @@ curconf: so-curator: docker_container.running: - - image: securityonionsolutions/so-curator + - image: soshybridhunter/so-curator:HH1.0.3 - hostname: curator - name: curator - user: curator @@ -309,7 +309,7 @@ elastaconf: so-elastalert: docker_container.running: - - image: securityonionsolutions/so-elastalert + - image: soshybridhunter/so-elastalert:HH1.0.3 - hostname: elastalert - name: elastalert - user: elastalert