logstash-filter-transaction_time 1.0.2 → 1.0.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-transaction_time.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: fd604885e2f901a408bb03385458f31c1671003a
|
4
|
+
data.tar.gz: 7694726b5fb532e2cc6b81a5b5bbf7ea23d0ec70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2a6efc82adfa6debb09aeece93b06e22743c0ac07151b632f20fbd7a9633bf0c74fab6f1c0d846fa98938ec6b15ac66b4dd0c1527f39c03c4265b1d8a9be2dc
|
7
|
+
data.tar.gz: 9a1f33409749d7adb38befec19d2dd9b5ce0bfb59f513c96fba99b911a4f44b6f3efee4055cd5135f58836490f8d85fc4dc881554ccd335e46e1a4883b6ebcaa
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-filter-transaction_time'
|
3
|
-
s.version = '1.0.
|
3
|
+
s.version = '1.0.3'
|
4
4
|
s.licenses = ['Apache-2.0','Apache License (2.0)']
|
5
5
|
s.summary = 'Writes the time difference between two events in a transaction to a new event'
|
6
6
|
s.description = 'This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program. Source-code and documentation available at github: https://github.com/AddinITAB/logstash-filter-transaction_time'
|