logstash-output-kafka 5.1.0 → 5.1.1

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: e9279e067fa0adfbc321675a10328320ef8f50d8
4
- data.tar.gz: 6d1b7bf832ca676cfde01fca475f65a60f2ae33d
3
+ metadata.gz: 69193352e6314b922d5495ba0da424098e77689f
4
+ data.tar.gz: 591f5a294031d3c40610285d82a23780697a6faa
5
5
  SHA512:
6
- metadata.gz: 10cb4458e38f2b49e48a2b5886a6a0751a1161a8ebdda893e80de8de38d2cef6036f50d15f8b40f7385f39b248373036628952878125edc38c58a630ba615726
7
- data.tar.gz: 51e40dae2b3450ddf3d896bdcfe104f73553ef812cd3e397aceb90bcecde3764d93547bb6d0d4acd52ecbd0179954da24f950ee95858033cd0f674f621a6ddea
6
+ metadata.gz: 6e8d88c9eb862faa589b7e520c9d866870ff824fb3bf58ed06d2a2c22d5bd58427f144ca840b69020b222fb531a28e0a2dd3f88d320d2e7c30209e5d677c0770
7
+ data.tar.gz: e432eec31c8ee47998c617b297c44ebe69a5dd8d695d22983eeb77f1ce375c6bb36b34d21ae9d959c824b5f2a3fb47efd71912c2e3bb9cda39229d6498b53787
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 5.1.1
2
+ - Update the doc to mention the plain codec instead of the json codec.
3
+
1
4
  ## 5.1.0
2
5
  - Add Kerberos authentication feature.
3
6
 
@@ -22,7 +22,7 @@ require 'logstash-output-kafka_jars.rb'
22
22
  # upgrade brokers before clients because brokers target backwards compatibility. For example, the 0.9 broker
23
23
  # is compatible with both the 0.8 consumer and 0.9 consumer APIs, but not the other way around.
24
24
  #
25
- # The only required configuration is the topic_id. The default codec is json,
25
+ # The only required configuration is the topic_id. The default codec is plain,
26
26
  # so events will be persisted on the broker in json format. If you select a codec of plain,
27
27
  # Logstash will encode your messages with not only the message but also with a timestamp and
28
28
  # hostname. If you do not want anything but your message passing through, you should make the output
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-kafka'
4
- s.version = '5.1.0'
4
+ s.version = '5.1.1'
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elasticsearch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-18 00:00:00.000000000 Z
11
+ date: 2016-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement