From 264080546c97d0826b6c5576678ef5d205775a43 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 9 Jun 2021 11:37:27 -0400 Subject: [PATCH] Add log path --- salt/filebeat/init.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/salt/filebeat/init.sls b/salt/filebeat/init.sls index 5cabaf828..175213008 100644 --- a/salt/filebeat/init.sls +++ b/salt/filebeat/init.sls @@ -119,6 +119,7 @@ so-filebeat: - /opt/so/conf/filebeat/etc/pki/filebeat.key:/usr/share/filebeat/filebeat.key:ro - /opt/so/conf/filebeat/registry:/usr/share/filebeat/data/registry:rw - /etc/ssl/certs/intca.crt:/usr/share/filebeat/intraca.crt:ro + - /opt/so/log:/logs:ro - port_bindings: - 0.0.0.0:514:514/udp - 0.0.0.0:514:514/tcp