logstash-codec-avro 3.2.0-java → 3.2.1-java

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
- SHA1:
3
- metadata.gz: 118c841f2c7a535679e7259b93799339c12997ea
4
- data.tar.gz: 1f293ccd56c2b30fd09e776d728c077edbeb69f2
2
+ SHA256:
3
+ metadata.gz: c8e8b3fa2261de9e78d2b93130bfed4d01f6270af523415fdd8bdde44e75bc37
4
+ data.tar.gz: 965c5486186bbe86049081983bc21d9d6d62db70f841a5f1c3a7cbd9b8b9c5bf
5
5
  SHA512:
6
- metadata.gz: ce35c4b91b1b97d55d9a5142ca4d0796b9663cf50dd41f927f077989cbc676cee37891b3f352731bf78e040940471d6e6c3cae62cc3360d531f9ad7d1df4b30b
7
- data.tar.gz: 1afb54a0aac2920568ca0f048edb4c451b5151333d36eb754b79954f85b38829004da91280a6f711ad05271413fca780e41a82b58332f0915183ddad9412d340
6
+ metadata.gz: 6811d7f17c7ad6e2baaacec8520cb64e0886b481b31bd329ca3132fbeaa62c295e4ee7a3c68c762e46a26dcbf6a249cc9fc463d84ea48d88e6d09489ffc2de29
7
+ data.tar.gz: 8393cb7f16846c0f602fb69de2a197a003b69fa7bc02e7f355ca364c9e67f75abb3240a6398f87675aa045f0c20c7ec39d59b03c16d5f00fcb8e4e6f861cd8b9
data/Gemfile CHANGED
@@ -1,2 +1,11 @@
1
1
  source 'https://rubygems.org'
2
- gemspec
2
+
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
@@ -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
- === Avro
17
+ === Avro codec plugin
18
18
 
19
19
  include::{include_path}/plugin_header.asciidoc[]
20
20
 
@@ -62,8 +62,6 @@ output {
62
62
  [id="plugins-{type}s-{plugin}-options"]
63
63
  ==== Avro Codec Configuration Options
64
64
 
65
- This plugin supports the following configuration options plus the <<plugins-{type}s-common-options>> described later.
66
-
67
65
  [cols="<,<,<",options="header",]
68
66
  |=======================================================================
69
67
  |Setting |Input type|Required
@@ -71,9 +69,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
71
69
  | <<plugins-{type}s-{plugin}-tag_on_failure>> |<<boolean,boolean>>|No
72
70
  |=======================================================================
73
71
 
74
- Also see <<plugins-{type}s-common-options>> for a list of options supported by all
75
- codec plugins.
76
-
77
72
  &nbsp;
78
73
 
79
74
  [id="plugins-{type}s-{plugin}-schema_uri"]
@@ -99,5 +94,3 @@ example:
99
94
  tag events with `_avroparsefailure` when decode fails
100
95
 
101
96
 
102
-
103
- include::{include_path}/{type}.asciidoc[]
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-codec-avro'
4
- s.version = '3.2.0'
4
+ s.version = '3.2.1'
5
5
  s.platform = 'java'
6
6
  s.licenses = ['Apache-2.0']
7
7
  s.summary = "Encode and decode avro formatted data"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-codec-avro
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-19 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
@@ -58,7 +58,9 @@ dependencies:
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
60
  version: '0'
61
- 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
61
+ description: This gem is a Logstash plugin required to be installed on top of the
62
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
63
+ gem is not a stand-alone program
62
64
  email: info@elastic.co
63
65
  executables: []
64
66
  extensions: []
@@ -97,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
99
  version: '0'
98
100
  requirements: []
99
101
  rubyforge_project:
100
- rubygems_version: 2.4.8
102
+ rubygems_version: 2.6.11
101
103
  signing_key:
102
104
  specification_version: 4
103
105
  summary: Encode and decode avro formatted data