From b8246ef67929f87c804445558c97956887d50d9e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 19 Apr 2018 20:12:08 -0400 Subject: [PATCH] FileBeat Module - Derp on the binds --- salt/filebeat/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/filebeat/init.sls b/salt/filebeat/init.sls index 4fcb0df95..a8a17dc73 100644 --- a/salt/filebeat/init.sls +++ b/salt/filebeat/init.sls @@ -39,6 +39,6 @@ so-filebeat: - hostname: so-filebeat - binds: - /opt/so/log/filebeat:/var/log/filebeat:rw - - /opt/so/conf/redis/etc/filebeat.yml:/usr/share/filebeat/filebeat.yml:ro + - /opt/so/conf/filebeat/etc/filebeat.yml:/usr/share/filebeat/filebeat.yml:ro - /nsm/bro/spool/manager:/nsm/bro/spool:ro - network_mode: so-elastic-net