logstash-filter-anonymize 3.0.4 → 3.0.5

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: 3810d777967374a354d9cd1ca694c485647e970c
4
- data.tar.gz: 97421c3eba9023095dd20a8f60803ad8f8d09ff4
3
+ metadata.gz: 7450491e4a27425117956a8b343e4a7d62c63b1e
4
+ data.tar.gz: 427aecf238df11e8e465f9a8527cdc61bca97be1
5
5
  SHA512:
6
- metadata.gz: abeeaf93dbf6cfd0383c6d7939a0991ac75caff96e6685d3c2cb3790b37f2d87bcf0adf14219f73976d797c53cbbeebf398e4cbd69e8bc511325dba844f207ec
7
- data.tar.gz: b4ee9501156ee99de3e1dea4156654f5137bbc7af115d300cd5b5a0224395abdb437b8e5bb80fd422a514247c5ccb43f9a03ee0ce702fff80be2799d98281579
6
+ metadata.gz: 601921ef3fc365d532bcc7086bc162facd2bd601aa6fffcf36e16d3d15cf54ae82fe8703446f108c7c852f4f9c6dff683daf5798d18cd7fe8609f0a8cd6cce3b
7
+ data.tar.gz: 216540e3076e6dedee63673690c01ee8b0dfa3d6b1c4a1218358764063b6a0c087a133db7519d150f300c80d71b0210f4d6994ca036d10b354c67babf8956939
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.5
2
+ - Fix some documentation issues
3
+
1
4
  ## 3.0.3
2
5
  - Docs: Deprecate this plugin and recommend using the fingerprint filter
3
6
  plugin instead.
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
  === Anonymize filter plugin
18
18
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-filter-anonymize'
4
- s.version = '3.0.4'
4
+ s.version = '3.0.5'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Anonymize fields using by replacing values with a consistent hash"
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-anonymize
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
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-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