diff --git a/docs/index.asciidoc b/docs/index.asciidoc index baa062d4..77c1db87 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -87,6 +87,10 @@ for the request's content-type is found in the `additional_codecs` setting. This plugin supports the following configuration options plus the <> described later. +NOTE: As of version `4.0.0` of this plugin, a number of previously deprecated settings related to SSL have been removed. +Please check out <> for details. + + [cols="<,<,<",options="header",] |======================================================================= |Setting |Input type|Required @@ -449,6 +453,24 @@ Number of threads to use for both accepting connections and handling requests Username for basic authorization +[id="plugins-{type}s-{plugin}-obsolete-options"] +==== HTTP Input Obsolete Configuration Options + +WARNING: As of version `4.0.0` of this plugin, some configuration options have been replaced. +The plugin will fail to start if it contains any of these obsolete options. + +[cols="<,<",options="header",] +|======================================================================= +|Setting|Replaced by +| cipher_suites |<> +| keystore |<> +| keystore_password |<> +| ssl |<> +| ssl_verify_mode |<> +| tls_max_version |<> +| tls_min_version |<> +| verify_mode |<> +|======================================================================= [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[]