Error installing attachment plugin offline - missing x-pack-core\plugin-descriptor.properties file

Command is:
C:\APPS\elasticsearch-7.6.2>bin\elasticsearch-plugin install file:///C:/install/ingest-attachment-7.6.2.zip

Error is:
Exception in thread "main" java.lang.IllegalStateException: Could not load plugin descriptor for module directory [x-pack-core]
....
Caused by: java.nio.file.NoSuchFileException: C:\APPS\elasticsearch-7.6.2\modules\x-pack-core\plugin-descriptor.properties

Any help is appreciated.

Thanks

Hello @ImaMacCan

If you have internet access on the machine, you can use:

elasticsearch-plugin.bat install ingest-attachment

I've tried your command on my system using cmd:

Z:\Downloads\elasticsearch-7.6.2\bin>elasticsearch-plugin.bat install file:///Z:/Downloads/elasticsearch-7.6.2/bin/ingest-attachment-7.6.2.zip

Did you download the file from https://artifacts.elastic.co/downloads/elasticsearch-plugins/ingest-attachment/ingest-attachment-7.6.2.zip ?

I am behind a corporate proxy that requires authentication, I need to install offline. Thanks.

I re-installed Elasticsearch and succesfully installed the plugin.

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