Skip to content

Instantly share code, notes, and snippets.

@tegud
Created September 1, 2015 13:05
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 tegud/e090481adc65d26ed4ca to your computer and use it in GitHub Desktop.
Save tegud/e090481adc65d26ed4ca to your computer and use it in GitHub Desktop.
Basic Dockerfile
FROM logstash:1.5.3
RUN /opt/logstash/bin/plugin install logstash-filter-translate
RUN /opt/logstash/bin/plugin install logstash-filter-json_encode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment