logstash-filter-alter 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/logstash-filter-alter.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: 7ccf52cbcc190154326f5b420884b4aa0f2c971f
|
4
|
+
data.tar.gz: 424341447b3fa7896fbb4a2b8c7e842b44037186
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3415d3d0630b67015860ed32a1a5bb31558805c547fed657fda82c8196ccbb3ec5fe12cfc2eba30624555e9a1643122bbd852ea72a243d3e1c562ded657cb82
|
7
|
+
data.tar.gz: 5047a18f0f3c422b7260fe59b6fb29222de1a48a719a03ef773434b01cf842c9f6aadcfefaab0e9d9e4c1ada67350f55e12165d4a06c7ef75133729f770235f0
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-alter'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.3'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "The alter filter allows you to do general alterations to fields that are not included in the normal mutate filter"
|
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"
|