From 37fc56adb16a2ef72bfc6bfc03d4893ba8e2eaad Mon Sep 17 00:00:00 2001 From: Doug Allan Date: Tue, 2 Jul 2019 15:55:02 +1000 Subject: [PATCH] adding plgun for google bigquery --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 35d2e06..5113700 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.