logstash-filter-date 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-date.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: a3220782531fdb4998fbecc6913dcb3d5cad8419
|
4
|
+
data.tar.gz: 92a10ac034235e59da6589c322bd248666fa22d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6b3b1f6e8f7d4ce0cbf6e40b039832ccfac7212cd5832e42691ba59b102cf250574ac869b12510119c19db7a0fcdffaa2c10dbb083fdf038b6c042da74083aa
|
7
|
+
data.tar.gz: 50bf360f1d55e8f2fa216159881b4c29c57c7fbd561cd215ce965ed9501d11f39fc2d571ab867ccfae16874e32ee3efa00b592136360421bf882667bc6fc5948
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
|
3
3
|
s.name = 'logstash-filter-date'
|
4
|
-
s.version = '0.1.
|
4
|
+
s.version = '0.1.2'
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
6
6
|
s.summary = "The date filter is used for parsing dates from fields, and then using that date or timestamp as the logstash timestamp for the 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"
|