Last active
August 27, 2024 15:18
-
-
Save qbart/72c52ad229ef255536e99e182007598a to your computer and use it in GitHub Desktop.
auth for ES 2.x
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -kO https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/shield/2.4.6/shield-2.4.6.zip | |
| curl -kO https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/shield/2.4.6/shield-2.4.6.zip.sha1 | |
| curl -kO https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/2.4.6/license-2.4.6.zip | |
| curl -kO https://download.elastic.co/elasticsearch/release/org/elasticsearch/plugin/license/2.4.6/license-2.4.6.zip.sha1 | |
| ./bin/plugin install file:///usr/share/elasticsearch/downloads/license-2.4.6.zip | |
| ./bin/plugin install file:///usr/share/elasticsearch/downloads/shield-2.4.6.zip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment