fluent-plugin-out-http 1.1.5 → 1.1.6
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/CHANGELOG.md +3 -0
- data/fluent-plugin-out-http.gemspec +1 -1
- data/lib/fluent/plugin/out_http.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3292b297f0a8a794374fbcf32fbd593245914ee0e6584079c2d0d33816d7af6
|
|
4
|
+
data.tar.gz: '0407186cb90b83141b04a9d09f1d82ade35166a9122e1b7dd738b3385ac8d6e7'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d4fe444b8594748bff5a2140bb3797c2c5e4928cc53faa5f47d8db03a49258ec1f482050cc08f720f8672ac9e5187cd5d3d35668bfb1af27264ac83cf920f77
|
|
7
|
+
data.tar.gz: a5741cce27801972c6a919d2ae2d700833c883899e59f340ee2ae194dc9e3f97cef49220d64ac9d068d2217a303d6442982fa570344ef741778e4cfe761a2f13
|
data/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = "fluent-plugin-out-http"
|
|
5
|
-
gem.version = "1.1.
|
|
5
|
+
gem.version = "1.1.6"
|
|
6
6
|
gem.authors = ["Marica Odagaki"]
|
|
7
7
|
gem.email = ["ento.entotto@gmail.com"]
|
|
8
8
|
gem.summary = %q{A generic Fluentd output plugin to send logs to an HTTP endpoint}
|
|
@@ -226,7 +226,7 @@ class Fluent::Plugin::HTTPOutput < Fluent::Plugin::Output
|
|
|
226
226
|
|
|
227
227
|
def write(chunk)
|
|
228
228
|
tag = chunk.metadata.tag
|
|
229
|
-
@endpoint_url = extract_placeholders(@endpoint_url, chunk
|
|
229
|
+
@endpoint_url = extract_placeholders(@endpoint_url, chunk)
|
|
230
230
|
chunk.msgpack_each do |time, record|
|
|
231
231
|
handle_record(tag, time, record)
|
|
232
232
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-out-http
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Marica Odagaki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-02-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: yajl-ruby
|