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?
dadoonet
(David Pilato)
June 18, 2022, 2:57pm
2
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
Found the solution
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"
system
(system)
Closed
July 16, 2022, 4:17pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.