We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5895d11 commit 37fc56aCopy full SHA for 37fc56a
Dockerfile
@@ -7,6 +7,7 @@ RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-prune
7
RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-json_encode
8
RUN /usr/share/logstash/bin/logstash-plugin install logstash-input-kinesis
9
RUN /usr/share/logstash/bin/logstash-plugin install logstash-output-kinesis
10
+RUN /usr/share/logstash/bin/logstash-plugin install logstash-output-google_bigquery
11
# RUN /usr/share/logstash/bin/logstash-plugin install logstash-filter-de_dot
12
# Above command does not work due to gem not being considered a valid logstash plugin.
13
# The specification metadata is empty when installing from a remote source however when install locally works correctly.
0 commit comments