@@ -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>>|No
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>>|No
98
- | <<plugins-{type}s-{plugin}-keystore_password>> |<<password,password>>|No
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>>|No
115
- | <<plugins-{type}s-{plugin}-tls_min_version>> |<<number,number>>|No
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"]`|No
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
- ** `disabled`: unstructured connection metadata added at root level
152
- ** `v1`,`v8`: headers added under `[@metadata][http][header]`. Some are copied to structured ECS fields `http`, `url`, `user_agent` and `host`
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[]
0 commit comments