logstash-filter-de_dot 1.0.1 → 1.0.2

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: e2b354c1c13b99b0cd3c679061de48d9d51ec525
4
- data.tar.gz: 173c47650f883c58864b1b5aeb908884dfea59a9
3
+ metadata.gz: 8eb49a79402af946e20790e31a9d9f7038b8163b
4
+ data.tar.gz: 8c49cba479bff49979a0f1adca4b8e057965883d
5
5
  SHA512:
6
- metadata.gz: cf2bee6c9296d90e79f0dfc90322c3b58de62d85b36ebbb5ed8099181744509bb8649ae442f4f6cadb35ce871f2afca2c1e766631d6f4af5969973b1825a9b17
7
- data.tar.gz: 24fb33beefe0b58968b46cb7d38aada2ea9261a7a1e5fe2552d9618467c963aa112aa6c7a12bf2593eb4444f7be97948c6068c6b8c1dab902b8fe8c7d263b006
6
+ metadata.gz: 050c2119d68fef7abc5d0a0cebbb16b2f8af603ee277cc0f9021c6ad0b6aff98025f67a2e00a7f7cb83528b15b00cf556c64df77cfd9294c102cba8bfacc11a9
7
+ data.tar.gz: 523b3d3dfa35945843cfcfd7cbf808837210ba827b297e28c8997f3e8f1d7bb2009b5b2002fe02aabcb9235db15df406dfe55c4785a244347f111fae8e2376b2
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 1.0.2
2
+ - Fix some documentation issues
3
+
1
4
  # 1.0.0
2
5
  - Depend on the correct version of logstash-core-plugin-api to work with
3
6
  Logstash 5.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
  === De_dot filter plugin
18
18
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-de_dot'
3
- s.version = '1.0.1'
3
+ s.version = '1.0.2'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "This filter removes dots from field names and replaces them with a different separator."
6
6
  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-de_dot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
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