logstash-codec-oldlogstashjson 2.0.5 → 2.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/docs/index.asciidoc +3 -8
- data/logstash-codec-oldlogstashjson.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: cb49122653f27bc10afd1d988eed75488ecf0fa5
|
4
|
+
data.tar.gz: 9943347598cb0083802b3c6e798a826dee22fdee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 75fa8e85041dddfc6e8dad6da43b2b4e4c4e0347471aaf35001e904e86a752ddd40246a958ce93c28acad223c45f669d115a0c86b3d8703bc9888d646ba8a91c
|
7
|
+
data.tar.gz: d13657d8f4f0cfac8ea7973da22032ab2895b53a1e5d72c297a33ec0cd934524f849cc993eae4f56c008ad3b31ffef5714dc039224c9befc67dadaace89e7484
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## 2.0.7
|
2
|
+
- Fix some documentation issues
|
3
|
+
|
4
|
+
# 2.0.6
|
5
|
+
- Docs: Add description and deprecation statement
|
6
|
+
|
7
|
+
# 2.0.5
|
8
|
+
- Docs: Bump patch level for doc build
|
9
|
+
|
1
10
|
# 2.0.4
|
2
11
|
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
|
3
12
|
# 2.0.3
|
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
|
=== Oldlogstashjson codec plugin
|
18
18
|
|
@@ -20,12 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
|
|
20
20
|
|
21
21
|
==== Description
|
22
22
|
|
23
|
+
deprecated[5.0]
|
23
24
|
|
25
|
+
Reads Logstash JSON in the schema used by Logstash versions earlier than 1.2.0
|
24
26
|
|
25
|
-
[id="plugins-{type}s-{plugin}-options"]
|
26
|
-
==== Oldlogstashjson Codec Configuration Options
|
27
|
-
|
28
|
-
[cols="<,<,<",options="header",]
|
29
|
-
|=======================================================================
|
30
|
-
|Setting |Input type|Required
|
31
|
-
|=======================================================================
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-codec-oldlogstashjson'
|
4
|
-
s.version = '2.0.
|
4
|
+
s.version = '2.0.7'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "Codec to convert v0 logstash format to v1"
|
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-oldlogstashjson
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.7
|
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
|