logstash-filter-mutate 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-mutate.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: 3bc48a969400c2b460590961aa3fbf164c9482ec
|
4
|
+
data.tar.gz: a0c6d9cf3569d570361dae0f1cd3041e6a9d8a51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3763d7e7b2c00ea28d2609831037a514e3c5909906d8adbc7588ee4cb42979d6f0185a940a76229f0c2cdf6784eaa9c56b024d58ab188325d4550105074ae42
|
7
|
+
data.tar.gz: 6edeb18f46779b19bd3c4fbe4fc3d6b7092728dda7d8211bc233907e11d8c88f9c4e098ffb04f4805e58255a7ac3602cddb6b6e5333ee4a3dd0c131b16292945
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-mutate'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.2'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "The mutate filter allows you to perform general mutations on fields. You can rename, remove, replace, and modify fields in your events."
|
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"
|