logstash-input-http 3.0.9 → 3.0.10

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: 42ceeaf8d8b30792be582944f25f31f2a49fe9fb63907aaaf01d46ee6b94b684
4
- data.tar.gz: d989b314584736c51690656468c4ef0bbcba755cf803b5df3bf337b3650702a3
3
+ metadata.gz: 5c5620905be98adff8c93d48c9e29fe6c1ef9bfabac81ded23692b294f25ab60
4
+ data.tar.gz: c48454b643b4d446d9b7efa199491c677fee71f4f7b0ae4407c639322690a433
5
5
  SHA512:
6
- metadata.gz: 67b672d9f6dd5d7d0a9eb877cd7d7a0203c70f2e8abcbd57f6c51d977edfe454d06f47cce6189196f3a6b9d45cf90dd4725a3cd4396a7d071ddcb77b00cb0f1d
7
- data.tar.gz: fa6975d644e0089746c9fe5507138c665969ffa4a8c45d7e5dd01f860b9e55a1274505bcb9dd00ac5b363ada9051fc01a6ecf37e417a3efbed936b4136dbb01a
6
+ metadata.gz: 6f11ffae364c004e87bb748822e4fb15eeedf0a798d68739373c7bab43322b04e00c75845c7b628525e7717ee25d92d32949000f8da7faa3384294c967848f0e
7
+ data.tar.gz: 96609612a2f462e92e82104d93fb91e1d60fa08b004e6cc02debb93f048cb36495e6089edf8bcd4627c6d0f75c446a6fbc3f427991a8ebc490e6030dd88bd143
@@ -1,3 +1,6 @@
1
+ ## 3.0.10
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 3.0.9
2
5
  - Make sure default codec is also cloned for thread safety. https://github.com/logstash-plugins/logstash-input-http/pull/80
3
6
  - Always flush codec after each request and codec decoding. https://github.com/logstash-plugins/logstash-input-http/pull/81
@@ -1,5 +1,6 @@
1
1
  :plugin: http
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -175,4 +176,6 @@ Set the client certificate verification method. Valid methods: none, peer, force
175
176
 
176
177
 
177
178
  [id="plugins-{type}s-{plugin}-common-options"]
178
- include::{include_path}/{type}.asciidoc[]
179
+ include::{include_path}/{type}.asciidoc[]
180
+
181
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-http'
3
- s.version = '3.0.9'
3
+ s.version = '3.0.10'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Receives events over HTTP or HTTPS"
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-input-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.9
4
+ version: 3.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-22 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
@@ -189,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
189
189
  version: '0'
190
190
  requirements: []
191
191
  rubyforge_project:
192
- rubygems_version: 2.6.13
192
+ rubygems_version: 2.6.11
193
193
  signing_key:
194
194
  specification_version: 4
195
195
  summary: Receives events over HTTP or HTTPS