OpenSearch/docs/reference/migration/migrate_6_0/plugins.asciidoc

14 lines
469 B
Plaintext
Raw Normal View History

[[breaking_60_plugins_changes]]
=== Plugins changes
==== Mapper attachments plugin
2016-10-10 16:51:47 -04:00
* The mapper attachments plugin has been deprecated in elasticsearch 5.0 and is now removed.
You can use {plugins}/ingest-attachment.html[ingest attachment plugin] instead.
==== S3 Repository plugin
* Support for specifying s3 credentials through environment variables and
system properties has been removed. Use the `elasticsearch-keystore` tool
to securely store the credentials.