logstash-filter-anonymize 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-filter-anonymize.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f562facdabc51bcffd6191538eee0b4fe5008ed5
|
4
|
+
data.tar.gz: 4ed1a1cd38f98b139e5d5d0ed004c92d545ec334
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 561525b920d83ac91c07a16336b73e842fb01caee6c32ccce2e6eedc98ff185ce0ed7dc68f8d0e43ed6950cdfcb08909bd01a3ba62e90becfe2bbeb92c7020a0
|
7
|
+
data.tar.gz: f807e69ac2b4e73e164d1e3d0a1941aa4efc0c6a80d7b6b87081a876a0e68b6beb0ac3dfd253e1c1f6f8826d35dfa97ab040815bccf1352a883a7808aa081dfe
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-anonymize'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.2'
|
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/plugin install gemname. This gem is not a stand-alone program"
|