You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by gu...@apache.org on 2021/09/01 02:28:45 UTC

[bigtop] branch master updated: BIGTOP-3582. Logstash RPM Build Fails. (#815)

This is an automated email from the ASF dual-hosted git repository.

guyuqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new d9f1635  BIGTOP-3582. Logstash RPM Build Fails. (#815)
d9f1635 is described below

commit d9f163507e69fc46acdbcf4bb12f5ca22d10e8d3
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Wed Sep 1 11:28:41 2021 +0900

    BIGTOP-3582. Logstash RPM Build Fails. (#815)
---
 .../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"