plugins.asciidoc 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. [[breaking_70_plugins_changes]]
  2. === Plugins changes
  3. ==== Azure Repository plugin
  4. * The legacy azure settings which where starting with `cloud.azure.storage.` prefix have been removed.
  5. This includes `account`, `key`, `default` and `timeout`.
  6. You need to use settings which are starting with `azure.client.` prefix instead.
  7. * Global timeout setting `cloud.azure.storage.timeout` has been removed.
  8. You must set it per azure client instead. Like `azure.client.default.timeout: 10s` for example.
  9. See {plugins}/repository-azure-repository-settings.html#repository-azure-repository-settings[Azure Repository settings].
  10. ==== Google Cloud Storage Repository plugin
  11. * The repository settings `application_name`, `connect_timeout` and `read_timeout` have been removed and
  12. must now be specified in the client settings instead.
  13. See {plugins}/repository-gcs-client.html#repository-gcs-client[Google Cloud Storage Client Settings].
  14. ==== Analysis Plugin changes
  15. * The misspelled helper method `requriesAnalysisSettings(AnalyzerProvider<T> provider)` has been
  16. renamed to `requiresAnalysisSettings`
  17. ==== File-based discovery plugin
  18. * This plugin has been removed since its functionality is now part of
  19. Elasticsearch and requires no plugin. The location of the hosts file has moved
  20. from `$ES_PATH_CONF/file-discovery/unicast_hosts.txt` to
  21. `$ES_PATH_CONF/unicast_hosts.txt`. See <<file-based-hosts-provider, the
  22. file-based hosts provider documentation>> for further information.