Search code examples
elasticsearchelasticsearch-pluginelasticsearch-mapping

New to Elasticsearch - Installation of Ingest Attachment


I am new to the EKL tools and have installed Elasticsearch 2.2, but could not find ways to install the plugin ingest attachment processor as a substitute of mapper attachment.

Would anyone know any ways to do that?

Thanks


Solution

  • My take on this would be to follow below steps:

    1) Remove existing mapper plugin - sudo bin/elasticsearch-plugin remove [pluginname]

    2) Install ingest plugin - sudo bin/elasticsearch-plugin install [plugin_name]