logstash-output-http 5.2.0 → 5.2.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74a3adbb0ae7188d50a8c025f7fd256cfb4adb36e4e17862c6d64ae6b6b6c8ee
4
- data.tar.gz: 72e55c3f943a81d2e5e89e4a52ba54a39495e7f9ea3e684273822d7dc59d7ec4
3
+ metadata.gz: 3a0d07cbf8fdcd4bbd6f98617208c4446785b64be7f314865d1dcb3f84a8d00d
4
+ data.tar.gz: 280a1a1097797e2822ef442168aa1a5a77114e5d1c8627c2e811d56adeb9e3f7
5
5
  SHA512:
6
- metadata.gz: d7d0109785a2fe03f9936e6a7d56cf6406d3c81c1f66f7afdae0d45fe9b998dfdd95fe1e5970ccec15b69f6f884e9104aacfc7ca063a83d7feae3b35e278bb8a
7
- data.tar.gz: 074e51a776ec7c1b12f3fbb33ccc9da9d6bd1188b32884bd6403506709c09083c930420550f9ee5ce2d8c5a4aff32dcc709972df71a53bb69c6a05044b1580fe
6
+ metadata.gz: 022e139b5bebe07707c0df01ed0392e6eb5c553d7f1201e5546e2a9f386ea938b71a1cc18421e3a2445031925d21d75ecd3b56a1e2c4b0477f82cbc5e01cf554
7
+ data.tar.gz: 3c84c3a83ddd00dd8ba8059d6080114c08269ea233d41d1d768aeb94db9789fca628b57bb6e8137dc0b32c9a57fdec92b0bc2022439810a996cc162e83e82679
@@ -1,3 +1,6 @@
1
+ ## 5.2.1
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 5.2.0
2
5
  - Added json_batch format
3
6
  - Make 429 responses log at debug, not error level. They are really just flow control
@@ -1,5 +1,6 @@
1
1
  :plugin: http
2
2
  :type: output
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -382,3 +383,5 @@ See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache
382
383
 
383
384
  [id="plugins-{type}s-{plugin}-common-options"]
384
385
  include::{include_path}/{type}.asciidoc[]
386
+
387
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-http'
3
- s.version = '5.2.0'
3
+ s.version = '5.2.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Sends events to a generic HTTP or HTTPS 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-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.0
4
+ version: 5.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-15 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -133,7 +133,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
133
133
  version: '0'
134
134
  requirements: []
135
135
  rubyforge_project:
136
- rubygems_version: 2.6.13
136
+ rubygems_version: 2.6.11
137
137
  signing_key:
138
138
  specification_version: 4
139
139
  summary: Sends events to a generic HTTP or HTTPS endpoint