logstash-codec-edn 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 +4 -4
- data/CHANGELOG.md +7 -1
- data/docs/index.asciidoc +2 -10
- data/logstash-codec-edn.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 542db42c95c7752bf3b670f3dd83ac893abcd84a
|
|
4
|
+
data.tar.gz: 1ae7508f421132e760a73d195f031b409cce33e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53dc454cbcf3ccf7679216aeddf32295620d86913342e66a7f40ce4bac8769425ef9291efe91ae721e0f7eeb4b65720c9e83780f8ee865c287cf7d2e78aca549
|
|
7
|
+
data.tar.gz: 08da551b69a129190b768c114917af861272ef1aafe949191186ae8e4a7149eddfb598edd70f1e8d3ed8d1ca7a52c70dec67b4a8538e763d66df4e9ae97f0387
|
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
|
+
- Remove milestone option
|
|
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 codec plugin
|
|
18
18
|
|
|
@@ -20,14 +20,6 @@ include::{include_path}/plugin_header.asciidoc[]
|
|
|
20
20
|
|
|
21
21
|
==== Description
|
|
22
22
|
|
|
23
|
+
Reads and produces EDN format data.
|
|
23
24
|
|
|
24
25
|
|
|
25
|
-
[id="plugins-{type}s-{plugin}-options"]
|
|
26
|
-
==== Edn Codec Configuration Options
|
|
27
|
-
|
|
28
|
-
This plugin supports the following configuration options plus the <<plugins-{type}s-{plugin}-common-options>> described later.
|
|
29
|
-
|
|
30
|
-
[cols="<,<,<",options="header",]
|
|
31
|
-
|=======================================================================
|
|
32
|
-
|Setting |Input type|Required
|
|
33
|
-
|=======================================================================
|
data/logstash-codec-edn.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-codec-edn'
|
|
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
|
|
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
|