Ingest-attachment plugin in elassandra

In elassandra:

bin/elasticsearch-plugin install ingest-attachment

I see:



org.elasticsearch.plugins.PluginCli.main(PluginCli.java:48) Caused by: java.lang.IllegalStateException: jar hell! class: org.slf4j.helpers.BasicMarker 
jar1: /home/azureuser/elassandra-6.2.3.38/plugins/.installing-2974073780624375496/slf4j-api-1.6.2.jar 
jar2: /home/azureuser/elassandra-6.2.3.38/lib/slf4j-api-1.7.25.jar

How do I resolve this and install an Elasticsearch plugin for ingest-attachment that is compatible with elassandra?

You need to ask the authors of this project. I'm afraid we can't help when it's not a distribution made by us.

Oh got it, i thought this was owned by Elasticsearch...

In any case appreciate the quick revert :slight_smile:

Found the solution :slight_smile:

From:

or even better try the official site:

and click downloads and then zip
Downloaded: ingest-attachment-6.2.3.31.zip

Then run:
bin/elasticsearch-plugin install file:"/home/sampleuser/ingest-attachment-6.2.3.31.zip"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.