このページのコンテンツは、選択された言語ではご利用いただけません。Elasticでは現在、コンテンツをさまざまな言語でご利用いただけるよう取り組んでいます。お使いの言語が準備されるまでお待ちくださるようお願いいたします。
Install Shield
1
Install Shield into Elasticsearch
bin/plugin install licensebin/plugin install shieldTo 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 admin3
Start Elasticsearch
bin/elasticsearch4
Test your authenticated user
curl -u es_admin -XGET 'http://localhost:9200/'