David Pilato dfd1eebdd0 Remove mapper attachments plugin
We now have in 5.0.0 `ingest-attachment` plugin.
We can remove `mapper-attachments` plugin for 6.0.

Closes #18837.
2016-09-19 09:01:16 +02:00

8 lines
257 B
Plaintext

[[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.