Install Shield
Shield
1
Install Shield into Elasticsearch
bin/plugin install license
Copy to Clipboard
bin/plugin install shield
Copy to Clipboard
To install Shield on a DEB/RPM installation of the Elastic Stack, see DEB/RPM installation instructions.
2
Add an admin user
bin/shield/esusers useradd es_admin -r admin
Copy to Clipboard
3
Start Elasticsearch
bin/elasticsearch
Copy to Clipboard
4
Test your authenticated user
curl -u es_admin -XGET 'http://localhost:9200/'
Copy to Clipboard