logstash-output-kafka 4.0.2 → 4.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d35a4ae5af4f449c1523adf23bbd5f14f34313a9
4
- data.tar.gz: d7928a5974e311853074b37e6b22cd7e53cab707
3
+ metadata.gz: e6ffd661dfb3c477c2b90178a7d2659d95caff81
4
+ data.tar.gz: 83a8bf71941f938536ec9d794b4a7d5037adb44c
5
5
  SHA512:
6
- metadata.gz: 6af154a9fe0f7cd0a68d2093d369f4ec94aeee087609a0ba54afe49905824a06c52801c76613e5490487657291c11f54f4347d36adb147e686ac31f5aeff7b6f
7
- data.tar.gz: 10bb39a918b10f79dc387bc67dde34ae949818c6f2f49053de8b667616144975dd6ca8710e3b7448c147ba8e15ee14dde89bb51a3ff10b539ded3f790538e4dc
6
+ metadata.gz: 7922102624a6a32dd030e7c9cc785665ecc85e5f957fb3f96dad848e6fdcaef5eb5e117370628913bc7b41fff1ebc2cfbd76005d669f3ea62eb07b0de8d3adb5
7
+ data.tar.gz: f54c006bc9a154f451046c2037689f781aef5d74040b71433e9cb9627efea14a3fd1892240a3c67ea1785814ad6123d16673b2621f49db71025b1738dc638fb6
@@ -1,3 +1,6 @@
1
+ ## 4.0.3
2
+ - Internal: vendoring issue when bundling gem
3
+
1
4
  ## 4.0.2
2
5
  - Internal: fixed LS's logger log4j comatibility for LS 5.0
3
6
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-kafka'
4
- s.version = '4.0.2'
4
+ s.version = '4.0.3'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = 'Output events to a Kafka topic. This uses the Kafka Producer API to write messages to a topic on the broker'
7
7
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.2
4
+ version: 4.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
@@ -121,11 +121,23 @@ files:
121
121
  - LICENSE
122
122
  - NOTICE.TXT
123
123
  - README.md
124
+ - lib/log4j/log4j/1.2.17/log4j-1.2.17.jar
124
125
  - lib/logstash-output-kafka_jars.rb
125
126
  - lib/logstash/outputs/kafka.rb
127
+ - lib/net/jpountz/lz4/lz4/1.2.0/lz4-1.2.0.jar
128
+ - lib/org/apache/kafka/kafka-clients/0.9.0.1/kafka-clients-0.9.0.1.jar
129
+ - lib/org/slf4j/slf4j-api/1.7.6/slf4j-api-1.7.6.jar
130
+ - lib/org/slf4j/slf4j-log4j12/1.7.13/slf4j-log4j12-1.7.13.jar
131
+ - lib/org/xerial/snappy/snappy-java/1.1.1.7/snappy-java-1.1.1.7.jar
126
132
  - logstash-output-kafka.gemspec
127
133
  - spec/integration/outputs/kafka_spec.rb
128
134
  - spec/unit/outputs/kafka_spec.rb
135
+ - vendor/jar-dependencies/runtime-jars/kafka-clients-0.9.0.1.jar
136
+ - vendor/jar-dependencies/runtime-jars/log4j-1.2.17.jar
137
+ - vendor/jar-dependencies/runtime-jars/lz4-1.2.0.jar
138
+ - vendor/jar-dependencies/runtime-jars/slf4j-api-1.7.6.jar
139
+ - vendor/jar-dependencies/runtime-jars/slf4j-log4j12-1.7.13.jar
140
+ - vendor/jar-dependencies/runtime-jars/snappy-java-1.1.1.7.jar
129
141
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
130
142
  licenses:
131
143
  - Apache License (2.0)