Skip to content

Instantly share code, notes, and snippets.

@qbart
Last active August 27, 2024 15:18
Show Gist options
  • Select an option

  • Save qbart/72c52ad229ef255536e99e182007598a to your computer and use it in GitHub Desktop.

Select an option

Save qbart/72c52ad229ef255536e99e182007598a to your computer and use it in GitHub Desktop.
auth for ES 2.x
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