logstash-input-http 3.4.0-java → 3.4.4-java
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 +13 -0
- data/VERSION +1 -1
- data/docs/index.asciidoc +2 -2
- data/lib/logstash-input-http_jars.rb +3 -3
- data/vendor/jar-dependencies/io/netty/netty-all/{4.1.49.Final/netty-all-4.1.49.Final.jar → 4.1.65.Final/netty-all-4.1.65.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.4/logstash-input-http-3.4.4.jar +0 -0
- metadata +6 -7
- data/vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.0/logstash-input-http-3.4.0.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: bfa4bb0d0ebbbd5d4f05b2d63da768d07a7f7f7636e2a6ed8e7b87255c282aba
|
|
4
|
+
data.tar.gz: 06ec3d067bd56c0de7c3e84e7b8b307438796b6e8c9974f70b6441d8e7746f78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee836aee486ab62bbc2b324eff4d5a45130fdf2981b5abe8be6a7d55f14ca5cb04fcbab557eeaf5d7e671536cab3e761acdc9fb5aa2a9c1def8432c1f2f15762
|
|
7
|
+
data.tar.gz: '059b53a4e881a27573af406b637b74ac4f6d92df4180dd1bc295edfdd80437897bcbf6db9508e66239c5a9ae6fb89cd8aa6f69d83bd20ca83d66a440376e1ba5'
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
## 3.4.4
|
|
2
|
+
- Update log4j dependency to 2.17.0
|
|
3
|
+
|
|
4
|
+
## 3.4.3
|
|
5
|
+
- Update log4j dependency to 2.15.0
|
|
6
|
+
- Fix: update to Gradle 7 [#145](https://github.com/logstash-plugins/logstash-input-http/pull/145)
|
|
7
|
+
|
|
8
|
+
## 3.4.2
|
|
9
|
+
- Docs: added `v8` as an acceptable value for `ecs_compatibility` [#142](https://github.com/logstash-plugins/logstash-input-http/pull/142)
|
|
10
|
+
|
|
11
|
+
## 3.4.1
|
|
12
|
+
- Changed jar dependencies to reflect newer versions [#140](https://github.com/logstash-plugins/logstash-input-http/pull/140)
|
|
13
|
+
|
|
1
14
|
## 3.4.0
|
|
2
15
|
- Add ECS support, mapping Http header to ECS compatible fields [#137](https://github.com/logstash-plugins/logstash-input-http/pull/137)
|
|
3
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.4.
|
|
1
|
+
3.4.4
|
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)].
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
-
require_jar('io.netty', 'netty-all', '4.1.
|
|
5
|
-
require_jar('org.apache.logging.log4j', 'log4j-api', '2.
|
|
6
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.
|
|
4
|
+
require_jar('io.netty', 'netty-all', '4.1.65.Final')
|
|
5
|
+
require_jar('org.apache.logging.log4j', 'log4j-api', '2.17.0')
|
|
6
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.4.4')
|
|
Binary file
|
|
Binary file
|
|
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.4
|
|
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-12-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -158,9 +158,9 @@ files:
|
|
|
158
158
|
- lib/tasks/build.rake
|
|
159
159
|
- logstash-input-http.gemspec
|
|
160
160
|
- spec/inputs/http_spec.rb
|
|
161
|
-
- vendor/jar-dependencies/io/netty/netty-all/4.1.
|
|
162
|
-
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.
|
|
163
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.
|
|
161
|
+
- vendor/jar-dependencies/io/netty/netty-all/4.1.65.Final/netty-all-4.1.65.Final.jar
|
|
162
|
+
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.17.0/log4j-api-2.17.0.jar
|
|
163
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.4.4/logstash-input-http-3.4.4.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
|
|
Binary file
|