iwasakims opened a new pull request #815: URL: https://github.com/apache/bigtop/pull/815
https://issues.apache.org/jira/browse/BIGTOP-3582 I found that logstash package successfully built on my local (Ubuntu) environment contains logstash-output-elasticsearch-11.0.2-java. Pinning the version to 11.0.2 could be quick fix. ``` $ dpkg -c output/logstash/logstash_5.4.1-1_all.deb | grep logstash-output-elasticsearch | head -n 1 drwxr-xr-x root/root 0 2021-06-27 01:28 ./usr/lib/logstash/vendor/bundle/jruby/2.3.0/gems/logstash-output-elasticsearch-11.0.2-java/ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
