logstash-input-kafka 8.2.0 → 8.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 26d0f20acb9dc9c57efddaa2a57d3fd5dcfb31fba24171aaa1504ca0d93ee323
|
|
4
|
+
data.tar.gz: e3cce61eddd09058f696dcce58e16f004da0cb48b251d0a586e16ebc203942c9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3cf7463772bb94119f4ce41993fedad07aa1cad4a24dfe2132780320a92774d2e3380f2d09cb7c06422c35c8c7b77e4529de05408f95f1408917cd4b95f2e3b
|
|
7
|
+
data.tar.gz: b45ae8e3a2af2546d2e224618e09689deb700cd8600f045620b940d5618d6c615b86122a0fda5df3677817a4c6cb3641286bdaf0630c71a213d455f1d7f04a4f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
-
require_jar('org.apache.kafka', 'kafka-clients', '2.0.
|
|
4
|
+
require_jar('org.apache.kafka', 'kafka-clients', '2.0.1')
|
|
5
5
|
require_jar('org.slf4j', 'slf4j-api', '1.7.25')
|
|
6
6
|
require_jar('org.lz4', 'lz4-java', '1.4.1')
|
|
7
7
|
require_jar('org.xerial.snappy', 'snappy-java', '1.1.7.1')
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-kafka'
|
|
3
|
-
s.version = '8.2.
|
|
4
|
-
s.licenses = ['Apache
|
|
3
|
+
s.version = '8.2.1'
|
|
4
|
+
s.licenses = ['Apache-2.0']
|
|
5
5
|
s.summary = "Reads events from a Kafka topic"
|
|
6
6
|
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"
|
|
7
7
|
s.authors = ['Elasticsearch']
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-kafka
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.2.
|
|
4
|
+
version: 8.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elasticsearch
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -141,13 +141,13 @@ files:
|
|
|
141
141
|
- logstash-input-kafka.gemspec
|
|
142
142
|
- spec/integration/inputs/kafka_spec.rb
|
|
143
143
|
- spec/unit/inputs/kafka_spec.rb
|
|
144
|
-
- vendor/jar-dependencies/org/apache/kafka/kafka-clients/2.0.
|
|
144
|
+
- vendor/jar-dependencies/org/apache/kafka/kafka-clients/2.0.1/kafka-clients-2.0.1.jar
|
|
145
145
|
- vendor/jar-dependencies/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
|
|
146
146
|
- vendor/jar-dependencies/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
|
|
147
147
|
- vendor/jar-dependencies/org/xerial/snappy/snappy-java/1.1.7.1/snappy-java-1.1.7.1.jar
|
|
148
148
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
149
149
|
licenses:
|
|
150
|
-
- Apache
|
|
150
|
+
- Apache-2.0
|
|
151
151
|
metadata:
|
|
152
152
|
logstash_plugin: 'true'
|
|
153
153
|
logstash_group: input
|