logstash-input-kafka 3.0.0.beta6 → 3.0.0.beta7

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
  SHA1:
3
- metadata.gz: 91dbc61045f4bb8fd3772b3fb58a22ad0cfb750f
4
- data.tar.gz: daab132be63d762798f8c67c2a2f7b81fa5dc01e
3
+ metadata.gz: c018fb8c8d5054d09af69c8c5cd0ba65a80c75aa
4
+ data.tar.gz: 9d761c8c2000a968f59e4f45b98bdfd193614b0c
5
5
  SHA512:
6
- metadata.gz: d257f01bad1a63ff7507b0b096cf3d9d37a88d8a830a3bfd48b86f5595c79f2326ca641e60482a09b5930221a42bc2b8a3666888eef6fb782569c6b428383ce0
7
- data.tar.gz: bd0f6a6e873d690d76a4d412438fcedf428ede9213b03cd62378f3b12f45b7adf09f9aa20c4cac1a32993564363e781aa979088caa243f4b78ed34246c34e33b
6
+ metadata.gz: a15541b34a89c0e3c367dfb1c9a954fef97e4c6680299664afb0434ce023ebd1b430609f0f9d79d85215a4d77938866c3d222c7ab94f535d21129b97e2e7f1ad
7
+ data.tar.gz: d5d526db498acd6181af7ede6b45db24a08a77c90279a7fda56b143b0d1992c588c34a4305c93167d71291fcf33d01ab9d0b7e7366ee31b0d817c3a441b7efc1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # 3.0.0.beta7
2
+ - Fix Log4j warnings by setting up the logger
3
+
1
4
  # 3.0.0.beta5 and 3.0.0.beta6
2
5
  - Internal: Use jar dependency
3
6
  - Fixed issue with snappy compression
@@ -133,6 +133,7 @@ class LogStash::Inputs::Kafka < LogStash::Inputs::Base
133
133
 
134
134
  public
135
135
  def register
136
+ LogStash::Logger.setup_log4j(@logger)
136
137
  @runner_threads = []
137
138
  end # def register
138
139
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-kafka'
4
- s.version = '3.0.0.beta6'
4
+ s.version = '3.0.0.beta7'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = 'This input will read events from a Kafka topic. It uses the high level consumer API provided by Kafka to read messages from 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/plugin install gemname. This gem is not a stand-alone program"
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: 3.0.0.beta6
4
+ version: 3.0.0.beta7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-28 00:00:00.000000000 Z
11
+ date: 2016-05-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement