logstash-filter-xml 4.0.3 → 4.0.4
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 +3 -0
- data/docs/index.asciidoc +3 -3
- data/logstash-filter-xml.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: 48d192d6eb1b89b10086ab925c20d7dc2021f69a
|
|
4
|
+
data.tar.gz: 7a2d056ced5e862af70d0ca5d82089555429fd07
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ab449cbd32f539a78313df6a40d70a2cab59ca841a495eae3eec6315752659e949ccc4918a9fe3696ed12635cf4023e2c4e018c093553ca8d0ab91206a34641
|
|
7
|
+
data.tar.gz: 56ff743a7b0f44f1d17ec2b7479eed2173f585b6e868f1919b8baf73c4609e0446941fbc8908b76df22ca30f3218175618742aead24e70d451b2dff31de30f18
|
data/CHANGELOG.md
CHANGED
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
|
=== Xml filter plugin
|
|
18
18
|
|
|
@@ -82,7 +82,7 @@ filter {
|
|
|
82
82
|
xml {
|
|
83
83
|
namespaces => {
|
|
84
84
|
"xsl" => "http://www.w3.org/1999/XSL/Transform"
|
|
85
|
-
"xhtml" => http://www.w3.org/1999/xhtml"
|
|
85
|
+
"xhtml" => "http://www.w3.org/1999/xhtml"
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|
|
@@ -184,4 +184,4 @@ http://www.w3schools.com/xsl/xsl_functions.asp
|
|
|
184
184
|
|
|
185
185
|
|
|
186
186
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
187
|
-
include::{include_path}/{type}.asciidoc[]
|
|
187
|
+
include::{include_path}/{type}.asciidoc[]
|
data/logstash-filter-xml.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-filter-xml'
|
|
4
|
-
s.version = '4.0.
|
|
4
|
+
s.version = '4.0.4'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Takes a field that contains XML and expands it into an actual datastructure."
|
|
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-filter-xml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.4
|
|
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
|