Skip to content

Instantly share code, notes, and snippets.

@ddikman
Created January 28, 2016 14:09
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 ddikman/1f4a5dd7f18e7861a7ff to your computer and use it in GitHub Desktop.
Save ddikman/1f4a5dd7f18e7861a7ff to your computer and use it in GitHub Desktop.
Shell command to run logstash with config
docker run -d -p 9300:9300 -v /home/ec2-user/:/var/logstash/ logstash logstash -f /var/logstash/logstash.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment