logstash-input-flume 0.1.2 → 0.2.0
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/lib/logstash/inputs/flume.rb +1 -2
- data/logstash-input-flume.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61d0011016efb03d7eec0aa833c1434a93af7d32b8b387fda0d6035feb529897
|
|
4
|
+
data.tar.gz: 1e7b1e772a05d2860481d2c1efdaf89ff863f9b3cbd5c43714db7220ddd37ada
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 22e285dfaf946af25bba93b131066ee3a54050540a12e48d7c8249bccf5c490e9cc8198dd87f8ac9203bd29348ce566c38662a16aad1004fea6940dace54f044
|
|
7
|
+
data.tar.gz: 91a576bda5b401bd545a03a760846b6f357ca10149c6466b1fa374e6e077f7967e1f58b02cd54432c737b750885f012bd8494285a269891e2ba918163160eac4
|
|
@@ -288,8 +288,7 @@ class LogStash::Inputs::Flume < LogStash::Inputs::Base
|
|
|
288
288
|
since = time_by_device[device_id]
|
|
289
289
|
|
|
290
290
|
unless since
|
|
291
|
-
|
|
292
|
-
since = now - 0.01
|
|
291
|
+
since = now - 0.5
|
|
293
292
|
end
|
|
294
293
|
|
|
295
294
|
@logger.debug("Getting latest values from Flume API", :device_id => device_id, :since => since.iso8601)
|