logstash-input-http 3.0.9 → 3.0.10
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/docs/index.asciidoc +4 -1
- data/logstash-input-http.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c5620905be98adff8c93d48c9e29fe6c1ef9bfabac81ded23692b294f25ab60
|
|
4
|
+
data.tar.gz: c48454b643b4d446d9b7efa199491c677fee71f4f7b0ae4407c639322690a433
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6f11ffae364c004e87bb748822e4fb15eeedf0a798d68739373c7bab43322b04e00c75845c7b628525e7717ee25d92d32949000f8da7faa3384294c967848f0e
|
|
7
|
+
data.tar.gz: 96609612a2f462e92e82104d93fb91e1d60fa08b004e6cc02debb93f048cb36495e6089edf8bcd4627c6d0f75c446a6fbc3f427991a8ebc490e6030dd88bd143
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
data/docs/index.asciidoc
CHANGED
|
@@ -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!:
|
data/logstash-input-http.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'logstash-input-http'
|
|
3
|
-
s.version = '3.0.
|
|
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.
|
|
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-
|
|
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.
|
|
192
|
+
rubygems_version: 2.6.11
|
|
193
193
|
signing_key:
|
|
194
194
|
specification_version: 4
|
|
195
195
|
summary: Receives events over HTTP or HTTPS
|