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)
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.