mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
Because this is a static method on a public API, and one that we encourage plugin authors to use, the method with the typo is deprecated in 6.x rather than just renamed.
25 lines
No EOL
1.1 KiB
Text
25 lines
No EOL
1.1 KiB
Text
[[breaking_70_plugins_changes]]
|
|
=== Plugins changes
|
|
|
|
==== Azure Repository plugin
|
|
|
|
* The legacy azure settings which where starting with `cloud.azure.storage.` prefix have been removed.
|
|
This includes `account`, `key`, `default` and `timeout`.
|
|
You need to use settings which are starting with `azure.client.` prefix instead.
|
|
|
|
* Global timeout setting `cloud.azure.storage.timeout` has been removed.
|
|
You must set it per azure client instead. Like `azure.client.default.timeout: 10s` for example.
|
|
|
|
See {plugins}/repository-azure-repository-settings.html#repository-azure-repository-settings[Azure Repository settings].
|
|
|
|
==== Google Cloud Storage Repository plugin
|
|
|
|
* The repository settings `application_name`, `connect_timeout` and `read_timeout` have been removed and
|
|
must now be specified in the client settings instead.
|
|
|
|
See {plugins}/repository-gcs-client.html#repository-gcs-client[Google Cloud Storage Client Settings].
|
|
|
|
==== Analysis Plugin changes
|
|
|
|
* The misspelled helper method `requriesAnalysisSettings(AnalyzerProvider<T> provider)` has been
|
|
renamed to `requiresAnalysisSettings` |