logstash-filter-json 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-json.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: 8dd99f23533152c27c50189f204c3c77852facde
|
4
|
+
data.tar.gz: d9edd93cfa2bcb8e6028efa9c273f32cf944576e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5c99a0ea5eee1781006c75fa1742a201163164a07622c7b514772a1f5c8b1c9638868bd1c945061052c3f0a144094a6518f34346c83648c31dc0dceca58de92
|
7
|
+
data.tar.gz: 417e9ee4ceb21ead2016a31611fefe5c87d2b97ea9be82b5fdab84b403696a18ff8d773b5f3ddc73f05e5aa725163139c03b822c2efa44a58f6bf6068ddb836b
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-json'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.2'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "This is a JSON parsing filter. It takes an existing field which contains JSON and expands it into an actual data structure within the Logstash event."
|
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"
|