You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Mark deprecated SSL settings as obsolete This commit marks the following SSL settings as obsolete: 'cacert', 'client_cert', 'client_key', 'keystore', 'truststore', 'keystore_password', 'truststore_password', 'keystore_type' and 'truststore_type'.
deprecated[5.6.0, Replaced by <<plugins-{type}s-{plugin}-ssl_truststore_password>>]
538
-
539
-
* Value type is <<password,password>>
540
-
* There is no default value for this setting.
541
-
542
-
Specify the truststore password here.
543
-
Note, most .jks files created with keytool require a password!
544
-
545
-
[id="plugins-{type}s-{plugin}-truststore_type"]
546
-
===== `truststore_type`
547
-
deprecated[5.6.0, Replaced by <<plugins-{type}s-{plugin}-ssl_truststore_type>>]
548
-
549
-
* Value type is <<string,string>>
550
-
* Default value is `"JKS"`
551
-
552
-
Specify the truststore type here. One of `JKS` or `PKCS12`. Default is `JKS`
553
-
554
466
[id="plugins-{type}s-{plugin}-url"]
555
467
===== `url`
556
468
@@ -573,6 +485,27 @@ Quoting the Apache commons docs (this client is based Apache Commmons):
573
485
See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html#setValidateAfterInactivity(int)[these docs for more info]
574
486
575
487
488
+
[id="plugins-{type}s-{plugin}-obsolete-options"]
489
+
==== HTTP Output Obsolete Configuration Options
490
+
491
+
WARNING: As of version `6.0.0` of this plugin, some configuration options have been replaced.
492
+
The plugin will fail to start if it contains any of these obsolete options.
Copy file name to clipboardExpand all lines: logstash-output-http.gemspec
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Gem::Specification.newdo |s|
2
2
s.name='logstash-output-http'
3
-
s.version='5.7.1'
3
+
s.version='6.0.0'
4
4
s.licenses=['Apache License (2.0)']
5
5
s.summary="Sends events to a generic HTTP or HTTPS endpoint"
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"
0 commit comments