Skip to content

Instantly share code, notes, and snippets.

@TheFrozenFire
Created October 10, 2019 23:25
Show Gist options
  • Save TheFrozenFire/c4f7f544848ed87fc51a72056daf3c3b to your computer and use it in GitHub Desktop.
Save TheFrozenFire/c4f7f544848ed87fc51a72056daf3c3b to your computer and use it in GitHub Desktop.
FROM docker.elastic.co/logstash/logstash-oss:7.3.1
ADD --chown=logstash:root https://jdbc.postgresql.org/download/postgresql-42.2.6.jar /usr/share/logstash/logstash-core/lib/jars/
RUN bin/logstash-plugin install logstash-input-google_pubsub
RUN bin/logstash-plugin install logstash-output-google_pubsub
RUN bin/logstash-plugin install logstash-input-jdbc
RUN bin/logstash-plugin install logstash-input-elasticsearch
RUN bin/logstash-plugin install logstash-output-elasticsearch
RUN bin/logstash-plugin install logstash-filter-memcached
RUN bin/logstash-plugin install logstash-filter-drop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment