Skip to content

Instantly share code, notes, and snippets.

@jes
Created May 31, 2020 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jes/54d3744520a4266c749ec0fd887df63d to your computer and use it in GitHub Desktop.
Save jes/54d3744520a4266c749ec0fd887df63d to your computer and use it in GitHub Desktop.
diff --git a/Vagrantfile b/Vagrantfile
index 317fd6d..54ecde1 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -45,12 +45,11 @@ Vagrant.configure("2") do |config|
-p 5601:5601 \
--network audit"
- d.run "docker.elastic.co/beats/filebeat:7.7.0",
+ d.run "docker.elastic.co/beats/filebeat:7.7.0 -e -strict.perms=false",
args: "--name=filebeat \
--network audit \
--volume='/home/vagrant/filebeat.docker.yml:/usr/share/filebeat/filebeat.yml' \
- --volume='/var/log:/tmp/host-logs/' \
- -e -strict.perms=false"
+ --volume='/var/log:/tmp/host-logs/'"
end
# Open a port to Kibana on the host machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment