logstash-output-kafka 6.2.0 → 6.2.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: bcbbb5ea898478acca310b16509dab0e7c5f8e51
4
- data.tar.gz: e381f9fae7d8e5d211fe734dc6561d4766931373
3
+ metadata.gz: 22cb74ded456a68c9ac20cdac2f2c5190e84ea76
4
+ data.tar.gz: 36b44e2897a8d0dfe6d8fe968f66a17d982aeabb
5
5
  SHA512:
6
- metadata.gz: ab778f5d8557ecf4ee089eceaec2a550c5cd1d603daecabf2d38c2b6ae66d7b3309f9b5e2280a309a8829b2ae6a2997c84946da7b419a75e6a810fe93f0b3f1e
7
- data.tar.gz: da215aaa55177acadfa439218c6c81a40616c43a185057885d4e211d66d65ebd21f5c02637483d9da0140f70e6b37cd20d27643ed67a93da013347934cc85821
6
+ metadata.gz: 1d2323fc3ccb3d029943972a5852c71c9d3666b8ffca3680da28c8bf8308ce4aefe1909f6038de24dd589797b9e0b304eebf3f6dcd2c2f492fbab7d06faec2fb
7
+ data.tar.gz: 43775ca6a2269272554f0674ffce579dd5d291f1f14ff699b019e271a5fa8c7d25a9c923e72a9381cc8d237bebb743fe7cf3c72cf70051143dc84438f880ac65
data/Gemfile CHANGED
@@ -1,4 +1,11 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in logstash-mass_effect.gemspec
4
3
  gemspec
4
+
5
+ logstash_path = ENV["LOGSTASH_PATH"] || "../../logstash"
6
+ use_logstash_source = ENV["LOGSTASH_SOURCE"] && ENV["LOGSTASH_SOURCE"].to_s == "1"
7
+
8
+ if Dir.exist?(logstash_path) && use_logstash_source
9
+ gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
10
+ gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
11
+ end
data/docs/index.asciidoc CHANGED
@@ -7,14 +7,14 @@ START - GENERATED VARIABLES, DO NOT EDIT!
7
7
  :version: %VERSION%
8
8
  :release_date: %RELEASE_DATE%
9
9
  :changelog_url: %CHANGELOG_URL%
10
- :include_path: ../../../logstash/docs/include
10
+ :include_path: ../../../../logstash/docs/include
11
11
  ///////////////////////////////////////////
12
12
  END - GENERATED VARIABLES, DO NOT EDIT!
13
13
  ///////////////////////////////////////////
14
14
 
15
15
  [id="plugins-{type}-{plugin}"]
16
16
 
17
- === Kafka
17
+ === Kafka output plugin
18
18
 
19
19
  include::{include_path}/plugin_header.asciidoc[]
20
20
 
@@ -67,7 +67,7 @@ Kafka producer configuration: http://kafka.apache.org/documentation.html#newprod
67
67
  [id="plugins-{type}s-{plugin}-options"]
68
68
  ==== Kafka Output Configuration Options
69
69
 
70
- This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
70
+ This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
71
71
 
72
72
  [cols="<,<,<",options="header",]
73
73
  |=======================================================================
@@ -106,7 +106,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
106
106
  | <<plugins-{type}s-{plugin}-value_serializer>> |<<string,string>>|No
107
107
  |=======================================================================
108
108
 
109
- Also see <<plugins-{type}s-common-options>> for a list of options supported by all
109
+ Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
110
110
  output plugins.
111
111
 
112
112
  &nbsp;
@@ -446,4 +446,5 @@ Serializer class for the value of the message
446
446
 
447
447
 
448
448
 
449
- include::{include_path}/{type}.asciidoc[]
449
+ [id="plugins-{type}s-{plugin}-common-options"]
450
+ include::{include_path}/{type}.asciidoc[]
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-kafka'
4
- s.version = '6.2.0'
4
+ s.version = '6.2.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: 6.2.0
4
+ version: 6.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: 2017-05-11 00:00:00.000000000 Z
11
+ date: 2017-06-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement