logstash-filter-xml 4.0.3 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7d881613a9476f371194d156039ef75376370ea1
4
- data.tar.gz: cc62baf200c453069fc2aa700d055520721a6a02
3
+ metadata.gz: 48d192d6eb1b89b10086ab925c20d7dc2021f69a
4
+ data.tar.gz: 7a2d056ced5e862af70d0ca5d82089555429fd07
5
5
  SHA512:
6
- metadata.gz: 5e05791be78c175edcb859708c53f3ada769a7212bd9b85f1a424c7367dfe6fcc6f9e2a6eb7a38025a779c6fdba86f75bc2930ed113f3f7bea2aa116bafe6028
7
- data.tar.gz: 0caaa2f55c9e761095efd82147b1b0c986f1d4078c15e3cc31b5f1a37803ddb11f0ba3c3e4809693c7c5a2b9ee9a3bd7cc04d943d5cd2b7fe3c273948372e66f
6
+ metadata.gz: 0ab449cbd32f539a78313df6a40d70a2cab59ca841a495eae3eec6315752659e949ccc4918a9fe3696ed12635cf4023e2c4e018c093553ca8d0ab91206a34641
7
+ data.tar.gz: 56ff743a7b0f44f1d17ec2b7479eed2173f585b6e868f1919b8baf73c4609e0446941fbc8908b76df22ca30f3218175618742aead24e70d451b2dff31de30f18
@@ -1,3 +1,6 @@
1
+ ## 4.0.4
2
+ - Fix some documentation issues
3
+
1
4
  ## 4.0.2
2
5
  - Fix a bug that, when the plugin tried to report an invalid configuration, would report the following instead of the real error:
3
6
  translation missing: en.logstash.agent.configuration.invalid_plugin_register
@@ -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[]
@@ -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.3'
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.3
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-06-23 00:00:00.000000000 Z
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