How i can download zip for ingest attachment plugin?

Hi,
I want to indexed pdf files. and for that want to install ingest attachment processor plugin offline. I looked at "https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest-attachment.html#ingest-attachment". Here for offline installation, provided path for zip file is not working. so from where i can able to download it?

Thanks,
Priyanka

It depends or your elasticsearch version but if you are using the latest 6.6.1, in the documentation (Ingest Attachment Processor Plugin | Elasticsearch Plugins and Integrations [6.6] | Elastic) you can see:

This plugin can be downloaded for offline install fromhttps://artifacts.elastic.co/downloads/elasticsearch-plugins/ingest-attachment/ingest-attachment-6.6.1.zip.

Hi,
I am using elasticsearch 6.6.0. and I have tried using command elasticsearch-plugin install ingest-attachment, but it is giving me following error:

E:\elasticsearch-6.6.0\bin>elasticsearch-plugin install ingest-attachment
Exception in thread "main" java.net.SocketException: Software caused connection
abort: recv failed
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:189)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
at sun.security.ssl.InputRecord.read(InputRecord.java:503)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.
java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395
)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379
)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:
559)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect
(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLCon
nectionImpl.java:162)
at org.elasticsearch.plugins.InstallPluginCommand.urlExists(InstallPlugi
nCommand.java:352)
at org.elasticsearch.plugins.InstallPluginCommand.getElasticUrl(InstallP
luginCommand.java:314)
at org.elasticsearch.plugins.InstallPluginCommand.download(InstallPlugin
Command.java:254)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginC
ommand.java:229)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginC
ommand.java:216)
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwar
eCommand.java:86)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:1
24)
at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:77)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:1
24)
at org.elasticsearch.cli.Command.main(Command.java:90)
at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:47)

Thanks,
Priyanka

But that was not your original question right?

What do you want at the end?

  • download the version locally then install it
  • install from internet

?

Hi,

So yesterday when i was trying to download zip file, it was giving me an error. Today i am able to download zip.

Thanks,
Priyanka

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