We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is inconsistency between sirensolutions/siren-join and solutions.siren/siren-join. This is a trap for the unwary!
root@odx:~# /usr/share/elasticsearch/bin/plugin install sirensolutions/siren-join/2.4.4 -> Installing sirensolutions/siren-join/2.4.4... Trying https://download.elastic.co/sirensolutions/siren-join/siren-join-2.4.4.zip ... Trying https://search.maven.org/remotecontent?filepath=sirensolutions/siren-join/2.4.4/siren-join-2.4.4.zip ... Trying https://oss.sonatype.org/service/local/repositories/releases/content/sirensolutions/siren-join/2.4.4/siren-join-2.4.4.zip ... Trying https://github.com/sirensolutions/siren-join/archive/2.4.4.zip ... Downloading .........................................................................................................................................................................DONE Verifying https://github.com/sirensolutions/siren-join/archive/2.4.4.zip checksums if available ... NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify) ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip
BUT
root@odx:~# /usr/share/elasticsearch/bin/plugin install solutions.siren/siren-join/2.4.4 -> Installing solutions.siren/siren-join/2.4.4... Trying https://download.elastic.co/solutions.siren/siren-join/siren-join-2.4.4.zip ... Trying https://search.maven.org/remotecontent?filepath=solutions/siren/siren-join/2.4.4/siren-join-2.4.4.zip ... Downloading .........................................DONE Verifying https://search.maven.org/remotecontent?filepath=solutions/siren/siren-join/2.4.4/siren-join-2.4.4.zip checksums if available ... Downloading .DONE Installed siren-join into /usr/share/elasticsearch/plugins/siren-join
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is inconsistency between sirensolutions/siren-join and solutions.siren/siren-join. This is a trap for the unwary!
root@odx:~# /usr/share/elasticsearch/bin/plugin install sirensolutions/siren-join/2.4.4
-> Installing sirensolutions/siren-join/2.4.4...
Trying https://download.elastic.co/sirensolutions/siren-join/siren-join-2.4.4.zip ...
Trying https://search.maven.org/remotecontent?filepath=sirensolutions/siren-join/2.4.4/siren-join-2.4.4.zip ...
Trying https://oss.sonatype.org/service/local/repositories/releases/content/sirensolutions/siren-join/2.4.4/siren-join-2.4.4.zip ...
Trying https://github.com/sirensolutions/siren-join/archive/2.4.4.zip ...
Downloading .........................................................................................................................................................................DONE
Verifying https://github.com/sirensolutions/siren-join/archive/2.4.4.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip
BUT
root@odx:~# /usr/share/elasticsearch/bin/plugin install solutions.siren/siren-join/2.4.4
-> Installing solutions.siren/siren-join/2.4.4...
Trying https://download.elastic.co/solutions.siren/siren-join/siren-join-2.4.4.zip ...
Trying https://search.maven.org/remotecontent?filepath=solutions/siren/siren-join/2.4.4/siren-join-2.4.4.zip ...
Downloading .........................................DONE
Verifying https://search.maven.org/remotecontent?filepath=solutions/siren/siren-join/2.4.4/siren-join-2.4.4.zip checksums if available ...
Downloading .DONE
Installed siren-join into /usr/share/elasticsearch/plugins/siren-join
The text was updated successfully, but these errors were encountered: