Browse Source

Fix logstash build error

Leonardo 2 years ago
parent
commit
3d65dd1106
1 changed files with 0 additions and 2 deletions
  1. 0 2
      logstash/Dockerfile

+ 0 - 2
logstash/Dockerfile

@@ -7,6 +7,4 @@ RUN curl -L -o /usr/share/logstash/lib/mysql-connector-java-5.1.47.jar https://r
 ADD ./pipeline/ /usr/share/logstash/pipeline/
 ADD ./config/ /usr/share/logstash/config/
 
-RUN logstash-plugin install logstash-input-jdbc
 RUN logstash-plugin install logstash-input-beats
-