This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-1.5 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 0d1380c3019748a429521755064b17ad860e75b3 Author: Masatake Iwasaki <[email protected]> AuthorDate: Wed Sep 1 11:28:41 2021 +0900 BIGTOP-3582. Logstash RPM Build Fails. (#815) (cherry picked from commit d9f163507e69fc46acdbcf4bb12f5ca22d10e8d3) --- .../logstash/patch2-pin-logstash-output-elasticsearch.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/bigtop-packages/src/common/logstash/patch2-pin-logstash-output-elasticsearch.diff b/bigtop-packages/src/common/logstash/patch2-pin-logstash-output-elasticsearch.diff new file mode 100644 index 0000000..205b17c --- /dev/null +++ b/bigtop-packages/src/common/logstash/patch2-pin-logstash-output-elasticsearch.diff @@ -0,0 +1,13 @@ +diff --git a/Gemfile b/Gemfile +index c206ff423..104624a83 100644 +--- a/Gemfile ++++ b/Gemfile +@@ -96,7 +96,7 @@ gem "logstash-input-kafka", "~> 5" + gem "logstash-input-beats" + gem "logstash-output-cloudwatch" + gem "logstash-output-csv" +-gem "logstash-output-elasticsearch" ++gem "logstash-output-elasticsearch", "11.0.2" + gem "logstash-output-file" + gem "logstash-output-graphite" + gem "logstash-output-http"
