Skip to content

Commit

Permalink
Merge pull request #4 from dougallanffx/master
Browse files Browse the repository at this point in the history
adding plugin for google bigquery
  • Loading branch information
dougallanffx authored Jul 2, 2019
2 parents 5895d11 + 37fc56a commit c5a3e35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-prune
RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-json_encode
RUN /usr/share/logstash/bin/logstash-plugin install logstash-input-kinesis
RUN /usr/share/logstash/bin/logstash-plugin install logstash-output-kinesis
RUN /usr/share/logstash/bin/logstash-plugin install logstash-output-google_bigquery
# RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-de_dot
# Above command does not work due to gem not being considered a valid logstash plugin.
# The specification metadata is empty when installing from a remote source however when install locally works correctly.

0 comments on commit c5a3e35

Please sign in to comment.