logstash-output-honeycomb_json_batch 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d8f09e93791694953f26e8dae4894535f97e40be51b3727a9d5ffb84f09190e
|
4
|
+
data.tar.gz: 9a569d7df940a827689a51a1d110b2d0c42802b301e94dfc18f1bd3744d7142b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acc9ef9e6f8b2fa6159149a8885510be0332897da6731ee7a8c4306a06850dcbef60968b401b6badb1a363ea385a8a7992c30083a6e31b9a81a8c3832cb161e5
|
7
|
+
data.tar.gz: f8d6b61f242006935314a880655f24cf3f3a1896de4588484ee17cd072337b262144b3fd23b3dcbe218ef4be2675369b623c81041c3703837187b91a13d67488
|
@@ -28,7 +28,7 @@ class LogStash::Outputs::HoneycombJSONBatch < LogStash::Outputs::Base
|
|
28
28
|
|
29
29
|
config :pool_max, :validate => :number, :default => 10
|
30
30
|
|
31
|
-
VERSION = "0.4.
|
31
|
+
VERSION = "0.4.2"
|
32
32
|
|
33
33
|
def register
|
34
34
|
@total = 0
|
@@ -40,6 +40,8 @@ class LogStash::Outputs::HoneycombJSONBatch < LogStash::Outputs::Base
|
|
40
40
|
end
|
41
41
|
@api_host = @api_host.chomp
|
42
42
|
|
43
|
+
@dataset = URI::encode(@dataset)
|
44
|
+
|
43
45
|
logger.info("Initialized honeycomb_json_batch with settings",
|
44
46
|
:api_host => @api_host,
|
45
47
|
:headers => request_headers,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'logstash-output-honeycomb_json_batch'
|
3
|
-
s.version = '0.4.
|
3
|
+
s.version = '0.4.2'
|
4
4
|
s.licenses = ['Apache-2.0']
|
5
5
|
s.summary = "This output lets you `POST` batches of events to the Honeycomb.io API endpoint"
|
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"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-output-honeycomb_json_batch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Honeycomb
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-
|
11
|
+
date: 2018-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: logstash-core-plugin-api
|
@@ -100,7 +100,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
100
100
|
version: '0'
|
101
101
|
requirements: []
|
102
102
|
rubyforge_project:
|
103
|
-
rubygems_version: 2.7.
|
103
|
+
rubygems_version: 2.7.7
|
104
104
|
signing_key:
|
105
105
|
specification_version: 4
|
106
106
|
summary: This output lets you `POST` batches of events to the Honeycomb.io API endpoint
|