From 497edcbe45127e82678705657564796b53e330ee Mon Sep 17 00:00:00 2001 From: Wes Lambert Date: Tue, 24 Sep 2019 19:38:06 +0000 Subject: [PATCH] update Filebeat log config --- salt/filebeat/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/filebeat/init.sls b/salt/filebeat/init.sls index b7597730c..b92899ef0 100644 --- a/salt/filebeat/init.sls +++ b/salt/filebeat/init.sls @@ -58,13 +58,13 @@ filebeatconfsync: so-filebeatimage: cmd.run: - - name: docker pull --disable-content-trust=false soshybridhunter/so-filebeat:HH1.1.0 + - name: docker pull --disable-content-trust=false soshybridhunter/so-filebeat:HH1.1.1 so-filebeat: docker_container.running: - require: - so-filebeatimage - - image: soshybridhunter/so-filebeat:HH1.1.0 + - image: soshybridhunter/so-filebeat:HH1.1.1 - hostname: so-filebeat - user: root - extra_hosts: {{ MASTER }}:{{ MASTERIP }}