logstash-filter-dateparts 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/logstash-filter-dateparts.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f26d5ce5c38f0dcd166e4fea2332a3e645adf556
|
|
4
|
+
data.tar.gz: 3370cf49a6a992bae5bbec3729f415aef4fc1263
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f37b7c1edd9dd480f52d2fbef3b551cc84a4deefd748ea709638fda48855c4aabfd63842f3f40d8d7ed3c54053ab38c5a970037be8a4f035c2979b932121a2c3
|
|
7
|
+
data.tar.gz: 2f6c8b7154b14bc625d129eab81dfc0a4991dfaeae93741044e2dadf8695879477eb1122a6588c934509944f00eb1d89ce56251406d0f27d7533541c0020d04e
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
|
|
17
17
|
Gem::Specification.new do |s|
|
|
18
18
|
s.name = 'logstash-filter-dateparts'
|
|
19
|
-
s.version = '1.0.
|
|
19
|
+
s.version = '1.0.3'
|
|
20
20
|
s.licenses = ['Apache License (2.0)']
|
|
21
21
|
s.summary = 'This dateparts fileter adds date information to your event based on your timestamp'
|
|
22
|
-
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. See
|
|
22
|
+
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. See https://github.com/mikebski/logstash-datepart-plugin for more details and documentation'
|
|
23
23
|
s.authors = ['Mike Baranski']
|
|
24
24
|
s.email = 'mike.baranski@gmail.com'
|
|
25
25
|
s.homepage = 'https://github.com/mikebski/logstash-datepart-plugin'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-filter-dateparts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Baranski
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: '0'
|
|
47
47
|
description: This gem is a logstash plugin required to be installed on top of the
|
|
48
48
|
Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not
|
|
49
|
-
a stand-alone program. See
|
|
49
|
+
a stand-alone program. See https://github.com/mikebski/logstash-datepart-plugin
|
|
50
50
|
for more details and documentation
|
|
51
51
|
email: mike.baranski@gmail.com
|
|
52
52
|
executables: []
|