logstash-output-honeycomb_json_batch 0.3.0 → 0.4.0

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
  SHA1:
3
- metadata.gz: cd4babd428730a8950b2d8b8131b37b45ee328d6
4
- data.tar.gz: 9bee1624e1a2c1214a8c4bb254bdea46b6dbaf76
3
+ metadata.gz: fd568b09ed2a77babbec42357ed60e4ee12c32df
4
+ data.tar.gz: 00caf9501849ce3937d6ea8877982eaf688f8a98
5
5
  SHA512:
6
- metadata.gz: b9f1d82542dbbaa01a1dadcc192a56fcd6c9f12fbbb9fda3f50dc5bbb5b11c33a643c48d81298d9c77aa5eb3fdc54e0daf3dbf84ce798fc99032cfba9a68288a
7
- data.tar.gz: d25d0687c8ef9a0f3b6440a1b5c30a0eec8039c8e68a37ce09224f96cfa8ff07361e7efa9a7c5243bf1923ee8f6b9fa1a02d00e5f6e0d8535549500476062cfe
6
+ metadata.gz: 2df87955e54aa555ad1100076bc90921e8f8dce14c4366736f873bf315940f30ce0bd7ea526b08296734fdcc7d2734248eb719d6ce146058e16376d6340d41d1
7
+ data.tar.gz: 515b7bc976a2e6a08637ed742c654047392e64e8f07d43c2795ecae936d208c14ea3a232e83d95722dbbb345c9049991ec749a556fe6bc842b917a109a01ea0c
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # logstash-output-honeycomb_json_batch [![Gem Version](https://badge.fury.io/rb/logstash-output-honeycomb_json_batch.svg)](https://badge.fury.io/rb/logstash-output-honeycomb_json_batch)
2
2
 
3
- A logstash plugin for interacting with [Honeycomb](https://honeycomb.io) at high volumes. (See here for more information about [using Honeycomb](https://honeycomb.io/intro/) and [its libraries](https://honeycomb.io/docs/send-data/sdks).)
3
+ A logstash plugin for interacting with [Honeycomb](https://honeycomb.io) at high volumes. (For more information about using Honeycomb, see [our docs](https://honeycomb.io/docs/).)
4
4
 
5
- At lower volumes, it may be simpler to use the standard logstash `http` output plugin and provide Honeycomb-specific values. (See here for more information about [using the standard logstash http output plugin](https://honeycomb.io/docs/send-data/connectors/logstash).)
5
+ At lower volumes, it may be simpler to use the standard logstash `http` output plugin and provide Honeycomb-specific values. (See here for more information about [using the standard logstash http output plugin](https://honeycomb.io/docs/connect/logstash/).)
6
6
 
7
7
  This plugin is a heavily modified version of the standard logstash [http output](https://github.com/logstash-plugins/logstash-output-http) plugin and the [Lucidworks JSON batch plugin](https://github.com/lucidworks/logstash-output-json_batch).
8
8
 
@@ -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.3.0"
31
+ VERSION = "0.4.0"
32
32
 
33
33
  def register
34
34
  @total = 0
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-honeycomb_json_batch'
3
- s.version = '0.3.0'
3
+ s.version = '0.4.0'
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"
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
 
21
21
  # Gem dependencies
22
22
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
23
- s.add_runtime_dependency "logstash-mixin-http_client", ">= 2.2.1", "< 5.0.0"
23
+ s.add_runtime_dependency "logstash-mixin-http_client", ">= 2.2.1", "< 6.0.0"
24
24
 
25
25
  s.add_development_dependency 'logstash-devutils'
26
26
  end
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.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Honeycomb
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-21 00:00:00.000000000 Z
11
+ date: 2017-06-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: logstash-core-plugin-api
@@ -39,7 +39,7 @@ dependencies:
39
39
  version: 2.2.1
40
40
  - - "<"
41
41
  - !ruby/object:Gem::Version
42
- version: 5.0.0
42
+ version: 6.0.0
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
@@ -49,7 +49,7 @@ dependencies:
49
49
  version: 2.2.1
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: 5.0.0
52
+ version: 6.0.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: logstash-devutils
55
55
  requirement: !ruby/object:Gem::Requirement