logstash-filter-kafka_time_machine 3.0.0.pre → 3.0.0.pre01
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7f11c14f19d9a4558f9cd996dd23449891991db02f56950f2df7125f39b635d
|
|
4
|
+
data.tar.gz: 587b3bec75a9f8124bf4798d69480a9805fc12dd6d0eca855f56bcd101ae74c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 589130d1bb380228e8a16fc3869ed403da9b46bab114b50f8e49b55f3d17029dd944088df34629e0bbe759e222993265148cb3971f51421039f2b0a75fe6c813
|
|
7
|
+
data.tar.gz: 4f89065e7b5510a515be4fa84edbb18dc07d5e39b89bf4effba0f06187ba1834ae07b6da125a39a099624798481fcbf13c751b43c9a17198b77f43fed86aea0c
|
|
@@ -185,7 +185,7 @@ class LogStash::Filters::KafkaTimeMachine < LogStash::Filters::Base
|
|
|
185
185
|
|
|
186
186
|
# Name of point and time created
|
|
187
187
|
point["name"] = "ktm"
|
|
188
|
-
point["
|
|
188
|
+
point["epoch_time_ns"] = epoch_time_ns
|
|
189
189
|
|
|
190
190
|
# tags
|
|
191
191
|
point["datacenter"] = datacenter
|
|
@@ -224,7 +224,7 @@ class LogStash::Filters::KafkaTimeMachine < LogStash::Filters::Base
|
|
|
224
224
|
|
|
225
225
|
# Name of point and time created
|
|
226
226
|
point["name"] = "ktm_error"
|
|
227
|
-
point["
|
|
227
|
+
point["epoch_time_ns"] = epoch_time_ns
|
|
228
228
|
|
|
229
229
|
# tags
|
|
230
230
|
point["datacenter"] = datacenter
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-filter-kafka_time_machine'
|
|
3
|
-
s.version = '3.0.0.
|
|
3
|
+
s.version = '3.0.0.pre01'
|
|
4
4
|
s.licenses = ['Apache-2.0']
|
|
5
5
|
s.summary = "Calculate total time of logstash event that traversed 2 Kafka queues from a shipper site to an indexer site"
|
|
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"
|