logstash-input-http 3.4.1-java → 3.4.2-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/docs/index.asciidoc +2 -2
- data/lib/logstash-input-http_jars.rb +1 -1
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.2/logstash-input-http-3.4.2.jar +0 -0
- metadata +4 -5
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.1/logstash-input-http-3.4.1.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 617f443ab23cb2aa875de1b20cd2476d9696f76f08a2ecfc3820538e5696679c
|
4
|
+
data.tar.gz: 338b0608a20ee0d4c647b5ae3db3bec4d032c5486f3436dc93f361e96c652e0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed34be2f84eeac7372e40f68996dce79667a7a2e776a758ca2d8e7b2b95b0c71298290aa222c537101d3784e82fd9063ce5b7a6647c1164c0e311c47124a13c2
|
7
|
+
data.tar.gz: 0c84e4d9793a07a7f500a9345fac0ee1ec969e4e0b5758a316f485c6584dd84001913806d30de2aa005cdec7262ef05bcb616407e5b46d6b6967842a1203323a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.4.
|
1
|
+
3.4.2
|
data/docs/index.asciidoc
CHANGED
@@ -41,7 +41,7 @@ When ECS is enabled, we can ensure a pipeline maintains access to this metadata
|
|
41
41
|
Here’s how ECS compatibility mode affects output.
|
42
42
|
[cols="<l,<l,e,<e"]
|
43
43
|
|=======================================================================
|
44
|
-
| ECS disabled | ECS v1 | Availability | Description
|
44
|
+
| ECS `disabled` | ECS `v1`,`v8` | Availability | Description
|
45
45
|
|
46
46
|
| [host] | [host][ip] | Always | Host IP address
|
47
47
|
| [headers] | [@metadata][input][http][request][headers] | Always | Complete HTTP headers
|
@@ -144,7 +144,7 @@ The list of ciphers suite to use, listed by priorities.
|
|
144
144
|
* Value type is <<string,string>>
|
145
145
|
* Supported values are:
|
146
146
|
** `disabled`: unstructured connection metadata added at root level
|
147
|
-
** `v1`: headers added under `[@metadata][http][header]`. Some are copied to structured ECS fields `http`, `url`, `user_agent` and `host`
|
147
|
+
** `v1`,`v8`: headers added under `[@metadata][http][header]`. Some are copied to structured ECS fields `http`, `url`, `user_agent` and `host`
|
148
148
|
|
149
149
|
Controls this plugin's compatibility with the
|
150
150
|
{ecs-ref}[Elastic Common Schema (ECS)].
|
@@ -3,4 +3,4 @@
|
|
3
3
|
require 'jar_dependencies'
|
4
4
|
require_jar('io.netty', 'netty-all', '4.1.65.Final')
|
5
5
|
require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
|
6
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.
|
6
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.2')
|
Binary file
|
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.4.
|
4
|
+
version: 3.4.2
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-09-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -160,7 +160,7 @@ files:
|
|
160
160
|
- spec/inputs/http_spec.rb
|
161
161
|
- vendor/jar-dependencies/io/netty/netty-all/4.1.65.Final/netty-all-4.1.65.Final.jar
|
162
162
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar
|
163
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.
|
163
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.2/logstash-input-http-3.4.2.jar
|
164
164
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
165
165
|
licenses:
|
166
166
|
- Apache License (2.0)
|
@@ -183,8 +183,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
183
183
|
- !ruby/object:Gem::Version
|
184
184
|
version: '0'
|
185
185
|
requirements: []
|
186
|
-
|
187
|
-
rubygems_version: 2.6.13
|
186
|
+
rubygems_version: 3.1.6
|
188
187
|
signing_key:
|
189
188
|
specification_version: 4
|
190
189
|
summary: Receives events over HTTP or HTTPS
|