fluent-plugin-firehose 0.0.8 → 0.0.9
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/fluent/plugin/out_firehose.rb +4 -0
- data/lib/fluent/plugin/version.rb +1 -1
- 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: 0c5ee685f92cabfacf0a90e9eea644309e1cf449
|
|
4
|
+
data.tar.gz: c1e5bbdd44e1edb01f6d1a76cef638c4bcfff488
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1160bfbe6ea65cac50472fa755309cc81ed66fbb099dd96e7b9a3f6f5350e2cef662815804324c23ada57bcaf1fa537088e7889e0d432b00eb74e1be8ad5fe7a
|
|
7
|
+
data.tar.gz: 0ebede5b05e76ba13a8e234201f9f8bb8153e785c6d2307178bb8961455322979438fe11cabe62de459966c60ffd9284554d7456745e0fdd11ad637b46af172a
|
|
@@ -223,6 +223,10 @@ module FluentPluginFirehose
|
|
|
223
223
|
records: records,
|
|
224
224
|
delivery_stream_name: @delivery_stream_name
|
|
225
225
|
)
|
|
226
|
+
log.info sprintf('Put record batch, Sent %d records and failed %d records',
|
|
227
|
+
records.length,
|
|
228
|
+
response[:failed_put_count].nil? ? 0 : response[:failed_put_count]
|
|
229
|
+
)
|
|
226
230
|
|
|
227
231
|
if response[:failed_put_count] && response[:failed_put_count] > 0
|
|
228
232
|
failed_records = []
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-firehose
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ji Oh Yoo
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2016-01-08 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|