logstash-codec-edn_lines 3.0.3 → 3.0.5
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 +5 -5
- data/CHANGELOG.md +7 -1
- data/docs/index.asciidoc +2 -10
- data/logstash-codec-edn_lines.gemspec +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: d305a728789956f47b541646395401938cd4daba
|
|
4
|
+
data.tar.gz: a3ba599aaca8723c2a6cc8915f0bd395792c98ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cb8846379ad432504d18f84e1d1741cde98c733167142805906d83a35ac5b340439db050a8f660b2510b19a77bd7eaa81bdd61435d9a5b789d46a869256956a
|
|
7
|
+
data.tar.gz: 3f04f0cb2f782551caa34ffb55b7e60a28211e9c1b2eed29e032955091285f3476a4706757e1322a9db79a7b569fe4748c274ce90f9088a8e2dd78014238bb7b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
## 3.0.5
|
|
2
|
+
- Fix some documentation issues
|
|
3
|
+
|
|
4
|
+
## 3.0.4
|
|
5
|
+
- Docs: Add plugin description
|
|
6
|
+
## 3.0.3
|
|
7
|
+
- Update with new event APIs
|
|
1
8
|
## 3.0.2
|
|
2
9
|
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
|
|
3
|
-
|
|
4
10
|
## 3.0.1
|
|
5
11
|
- Republish all the gems under jruby.
|
|
6
12
|
## 3.0.0
|
data/docs/index.asciidoc
CHANGED
|
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
|
12
12
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
|
13
13
|
///////////////////////////////////////////
|
|
14
14
|
|
|
15
|
-
[id="plugins-{type}-{plugin}"]
|
|
15
|
+
[id="plugins-{type}s-{plugin}"]
|
|
16
16
|
|
|
17
17
|
=== Edn_lines codec plugin
|
|
18
18
|
|
|
@@ -20,12 +20,4 @@ include::{include_path}/plugin_header.asciidoc[]
|
|
|
20
20
|
|
|
21
21
|
==== Description
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
[id="plugins-{type}s-{plugin}-options"]
|
|
26
|
-
==== Edn_lines Codec Configuration Options
|
|
27
|
-
|
|
28
|
-
[cols="<,<,<",options="header",]
|
|
29
|
-
|=======================================================================
|
|
30
|
-
|Setting |Input type|Required
|
|
31
|
-
|=======================================================================
|
|
23
|
+
Reads and produces newline-delimited EDN format data.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-codec-edn_lines'
|
|
4
|
-
s.version = '3.0.
|
|
4
|
+
s.version = '3.0.5'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Codec to process EDN data"
|
|
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-codec-edn_lines
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,9 +72,7 @@ dependencies:
|
|
|
72
72
|
- - ">="
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
|
-
description: This gem is a Logstash plugin required to be installed on top of the
|
|
76
|
-
Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
|
|
77
|
-
gem is not a stand-alone program
|
|
75
|
+
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
|
|
78
76
|
email: info@elastic.co
|
|
79
77
|
executables: []
|
|
80
78
|
extensions: []
|
|
@@ -112,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
112
110
|
version: '0'
|
|
113
111
|
requirements: []
|
|
114
112
|
rubyforge_project:
|
|
115
|
-
rubygems_version: 2.
|
|
113
|
+
rubygems_version: 2.4.8
|
|
116
114
|
signing_key:
|
|
117
115
|
specification_version: 4
|
|
118
116
|
summary: Codec to process EDN data
|