mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
We now have in 5.0.0 `ingest-attachment` plugin. We can remove `mapper-attachments` plugin for 6.0. Closes #18837.
7 lines
257 B
Text
7 lines
257 B
Text
[[breaking_60_plugins_changes]]
|
|
=== Plugins changes
|
|
|
|
==== Mapper attachments plugin
|
|
|
|
* The mapper attachments plugin has been depecated in elasticsearch 5.0 and is now removed.
|
|
You can use {plugins}/ingest-attachment.html[ingest attachment plugin] instead.
|