plugins.asciidoc 1.5 KB

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