logstash-input-http 3.6.0-java → 3.6.1-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 +3 -0
- data/VERSION +1 -1
- data/docs/index.asciidoc +14 -28
- data/lib/logstash-input-http_jars.rb +8 -2
- data/vendor/jar-dependencies/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final.jar +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final.jar +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec-http/4.1.87.Final/netty-codec-http-4.1.87.Final.jar +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final.jar +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final.jar +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final.jar +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.6.1/logstash-input-http-3.6.1.jar +0 -0
- metadata +10 -4
- data/vendor/jar-dependencies/io/netty/netty-all/4.1.65.Final/netty-all-4.1.65.Final.jar +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.6.0/logstash-input-http-3.6.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: bbb47f975f16beea81522f5307114560f5d6005218d3c246dfb62db54208c817
|
|
4
|
+
data.tar.gz: 47dc0325473f1d9c8a99b427f7b695c99cfc8f5c4f35b2e88df6fbd0d0ef67d7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55f0a67b04f6c5f159433df787cfd9e93a5f42414452889e486fedeb3bd53f57b1074645fdefd19a763625ca294bca89a39496ae89c5bc105c9bafb22f5382c1
|
|
7
|
+
data.tar.gz: b9b9afe52a6155ae774b98f7c615d699d4ad1e297d7e61a8de99d9e83b87e33bd94264df27737196bfcd7894e2e9f98a20629c2bf39802e4d950415073933ce6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 3.6.1
|
|
2
|
+
- Update Netty dependency to 4.1.87 [#162](https://github.com/logstash-plugins/logstash-input-http/pull/162)
|
|
3
|
+
|
|
1
4
|
## 3.6.0
|
|
2
5
|
- Feat: review and deprecate ssl protocol/cipher related settings [#151](https://github.com/logstash-plugins/logstash-input-http/pull/151)
|
|
3
6
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.6.
|
|
1
|
+
3.6.1
|
data/docs/index.asciidoc
CHANGED
|
@@ -91,11 +91,11 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
91
91
|
|=======================================================================
|
|
92
92
|
|Setting |Input type|Required
|
|
93
93
|
| <<plugins-{type}s-{plugin}-additional_codecs>> |<<hash,hash>>|No
|
|
94
|
-
| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|
|
|
94
|
+
| <<plugins-{type}s-{plugin}-cipher_suites>> |<<array,array>>|__Deprecated__
|
|
95
95
|
| <<plugins-{type}s-{plugin}-ecs_compatibility>> | <<string,string>>|No
|
|
96
96
|
| <<plugins-{type}s-{plugin}-host>> |<<string,string>>|No
|
|
97
|
-
| <<plugins-{type}s-{plugin}-keystore>> |<<path,path>>|
|
|
98
|
-
| <<plugins-{type}s-{plugin}-keystore_password>> |<<password,password>>|
|
|
97
|
+
| <<plugins-{type}s-{plugin}-keystore>> |<<path,path>>|__Deprecated__
|
|
98
|
+
| <<plugins-{type}s-{plugin}-keystore_password>> |<<password,password>>|__Deprecated__
|
|
99
99
|
| <<plugins-{type}s-{plugin}-password>> |<<password,password>>|No
|
|
100
100
|
| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|No
|
|
101
101
|
| <<plugins-{type}s-{plugin}-max_pending_requests>> |<<number,number>>|No
|
|
@@ -111,10 +111,10 @@ This plugin supports the following configuration options plus the <<plugins-{typ
|
|
|
111
111
|
| <<plugins-{type}s-{plugin}-ssl_supported_protocols>> |<<array,array>>|No
|
|
112
112
|
| <<plugins-{type}s-{plugin}-ssl_verify_mode>> |<<string,string>>, one of `["none", "peer", "force_peer"]`|No
|
|
113
113
|
| <<plugins-{type}s-{plugin}-threads>> |<<number,number>>|No
|
|
114
|
-
| <<plugins-{type}s-{plugin}-tls_max_version>> |<<number,number>>|
|
|
115
|
-
| <<plugins-{type}s-{plugin}-tls_min_version>> |<<number,number>>|
|
|
114
|
+
| <<plugins-{type}s-{plugin}-tls_max_version>> |<<number,number>>|__Deprecated__
|
|
115
|
+
| <<plugins-{type}s-{plugin}-tls_min_version>> |<<number,number>>|__Deprecated__
|
|
116
116
|
| <<plugins-{type}s-{plugin}-user>> |<<string,string>>|No
|
|
117
|
-
| <<plugins-{type}s-{plugin}-verify_mode>> |<<string,string>>, one of `["none", "peer", "force_peer"]`|
|
|
117
|
+
| <<plugins-{type}s-{plugin}-verify_mode>> |<<string,string>>, one of `["none", "peer", "force_peer"]`|__Deprecated__
|
|
118
118
|
|=======================================================================
|
|
119
119
|
|
|
120
120
|
Also see <<plugins-{type}s-{plugin}-common-options>> for a list of options supported by all
|
|
@@ -134,29 +134,24 @@ and no codec for the request's content-type is found
|
|
|
134
134
|
|
|
135
135
|
[id="plugins-{type}s-{plugin}-cipher_suites"]
|
|
136
136
|
===== `cipher_suites`
|
|
137
|
+
deprecated[3.6.0, Replaced by <<plugins-{type}s-{plugin}-ssl_cipher_suites>>]
|
|
137
138
|
|
|
138
139
|
* Value type is <<array,array>>
|
|
139
|
-
* This option is deprecated
|
|
140
140
|
|
|
141
141
|
The list of cipher suites to use, listed by priorities.
|
|
142
142
|
|
|
143
|
-
NOTE: This option is deprecated and it will be removed in the next major version of Logstash.
|
|
144
|
-
Use `ssl_cipher_suites` instead.
|
|
145
|
-
|
|
146
143
|
[id="plugins-{type}s-{plugin}-ecs_compatibility"]
|
|
147
144
|
===== `ecs_compatibility`
|
|
148
145
|
|
|
149
146
|
* Value type is <<string,string>>
|
|
150
147
|
* Supported values are:
|
|
151
|
-
|
|
152
|
-
|
|
148
|
+
** `disabled`: unstructured connection metadata added at root level
|
|
149
|
+
** `v1`,`v8`: headers added under `[@metadata][http][header]`. Some are copied to structured ECS fields `http`, `url`, `user_agent` and `host`
|
|
153
150
|
|
|
154
151
|
Controls this plugin's compatibility with the
|
|
155
152
|
{ecs-ref}[Elastic Common Schema (ECS)].
|
|
156
153
|
See <<plugins-{type}s-{plugin}-ecs_metadata>> for detailed information.
|
|
157
154
|
|
|
158
|
-
Example output:
|
|
159
|
-
|
|
160
155
|
**Sample output: ECS disabled**
|
|
161
156
|
[source,text]
|
|
162
157
|
-----
|
|
@@ -219,28 +214,22 @@ The host or ip to bind
|
|
|
219
214
|
|
|
220
215
|
[id="plugins-{type}s-{plugin}-keystore"]
|
|
221
216
|
===== `keystore`
|
|
217
|
+
deprecated[3.1.0, Use <<plugins-{type}s-{plugin}-ssl_certificate>> and <<plugins-{type}s-{plugin}-ssl_key>> instead]
|
|
222
218
|
|
|
223
219
|
* Value type is <<path,path>>
|
|
224
220
|
* There is no default value for this setting.
|
|
225
|
-
* This option is deprecated
|
|
226
221
|
|
|
227
222
|
The JKS keystore to validate the client's certificates
|
|
228
223
|
|
|
229
|
-
Note: This option is deprecated and it will be removed in the next major version of Logstash.
|
|
230
|
-
Use `ssl_certificate` and `ssl_key` instead.
|
|
231
|
-
|
|
232
224
|
[id="plugins-{type}s-{plugin}-keystore_password"]
|
|
233
225
|
===== `keystore_password`
|
|
226
|
+
deprecated[3.1.0, Use <<plugins-{type}s-{plugin}-ssl_certificate>> and <<plugins-{type}s-{plugin}-ssl_key>> instead]
|
|
234
227
|
|
|
235
228
|
* Value type is <<password,password>>
|
|
236
229
|
* There is no default value for this setting.
|
|
237
|
-
* This option is deprecated
|
|
238
230
|
|
|
239
231
|
Set the truststore password
|
|
240
232
|
|
|
241
|
-
Note: This option is deprecated and it will be removed in the next major version of Logstash.
|
|
242
|
-
Use `ssl_certificate` and `ssl_key` instead.
|
|
243
|
-
|
|
244
233
|
[id="plugins-{type}s-{plugin}-password"]
|
|
245
234
|
===== `password`
|
|
246
235
|
|
|
@@ -427,18 +416,18 @@ Number of threads to use for both accepting connections and handling requests
|
|
|
427
416
|
|
|
428
417
|
[id="plugins-{type}s-{plugin}-tls_max_version"]
|
|
429
418
|
===== `tls_max_version`
|
|
419
|
+
deprecated[3.6.0]
|
|
430
420
|
|
|
431
421
|
* Value type is <<number,number>>
|
|
432
|
-
* This option is deprecated
|
|
433
422
|
|
|
434
423
|
The maximum TLS version allowed for the encrypted connections.
|
|
435
424
|
The value must be the one of the following: 1.1 for TLS 1.1, 1.2 for TLS 1.2, 1.3 for TLSv1.3
|
|
436
425
|
|
|
437
426
|
[id="plugins-{type}s-{plugin}-tls_min_version"]
|
|
438
427
|
===== `tls_min_version`
|
|
428
|
+
deprecated[3.6.0]
|
|
439
429
|
|
|
440
430
|
* Value type is <<number,number>>
|
|
441
|
-
* This option is deprecated
|
|
442
431
|
|
|
443
432
|
The minimum TLS version allowed for the encrypted connections.
|
|
444
433
|
The value must be one of the following: 1.1 for TLS 1.1, 1.2 for TLS 1.2, 1.3 for TLSv1.3
|
|
@@ -453,16 +442,13 @@ Username for basic authorization
|
|
|
453
442
|
|
|
454
443
|
[id="plugins-{type}s-{plugin}-verify_mode"]
|
|
455
444
|
===== `verify_mode`
|
|
445
|
+
deprecated[3.6.0, Replaced by <<plugins-{type}s-{plugin}-ssl_verify_mode>>]
|
|
456
446
|
|
|
457
447
|
* Value can be any of: `none`, `peer`, `force_peer`
|
|
458
448
|
* Default value is `"none"`
|
|
459
|
-
* This option is deprecated
|
|
460
449
|
|
|
461
450
|
Set the client certificate verification method. Valid methods: none, peer, force_peer
|
|
462
451
|
|
|
463
|
-
NOTE: This option is deprecated and it will be removed in the next major version of Logstash.
|
|
464
|
-
Use `ssl_verify_mode` instead.
|
|
465
|
-
|
|
466
452
|
|
|
467
453
|
[id="plugins-{type}s-{plugin}-common-options"]
|
|
468
454
|
include::{include_path}/{type}.asciidoc[]
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
-
require_jar('io.netty', 'netty-
|
|
5
|
-
require_jar('
|
|
4
|
+
require_jar('io.netty', 'netty-buffer', '4.1.87.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-codec', '4.1.87.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-codec-http', '4.1.87.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-common', '4.1.87.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-transport', '4.1.87.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-handler', '4.1.87.Final')
|
|
10
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.87.Final')
|
|
11
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.6.1')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/vendor/jar-dependencies/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final.jar
ADDED
|
Binary file
|
data/vendor/jar-dependencies/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final.jar
ADDED
|
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.6.
|
|
4
|
+
version: 3.6.1
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-01-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -172,8 +172,14 @@ files:
|
|
|
172
172
|
- spec/fixtures/certs/generated/server_from_root.key.pkcs8
|
|
173
173
|
- spec/fixtures/certs/openssl.cnf
|
|
174
174
|
- spec/inputs/http_spec.rb
|
|
175
|
-
- vendor/jar-dependencies/io/netty/netty-
|
|
176
|
-
- vendor/jar-dependencies/
|
|
175
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.87.Final/netty-buffer-4.1.87.Final.jar
|
|
176
|
+
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.87.Final/netty-codec-http-4.1.87.Final.jar
|
|
177
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.87.Final/netty-codec-4.1.87.Final.jar
|
|
178
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.87.Final/netty-common-4.1.87.Final.jar
|
|
179
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.87.Final/netty-handler-4.1.87.Final.jar
|
|
180
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.87.Final/netty-transport-native-unix-common-4.1.87.Final.jar
|
|
181
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.87.Final/netty-transport-4.1.87.Final.jar
|
|
182
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.6.1/logstash-input-http-3.6.1.jar
|
|
177
183
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
178
184
|
licenses:
|
|
179
185
|
- Apache License (2.0)
|
|
Binary file
|