mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-24 05:44:59 +00:00
This updates .esvmrc to get the latest license plugin, marvel, and reflects the latest configuration. This sets the bind host and publish host to 127.0.0.1 so that hostname verification succeeds. Original commit: elastic/x-pack-elasticsearch@a51046d130
27 lines
634 B
Plaintext
27 lines
634 B
Plaintext
Running ESVM with Shield
|
|
|
|
Upgrade/Install:
|
|
npm install esvm -g
|
|
|
|
Running:
|
|
1) cd to elasticsearch-shield/dev-tools/esvm
|
|
2) run esvm
|
|
a) For native users
|
|
esvm
|
|
b) For openldap users
|
|
esvm oldap
|
|
c) For active directory users
|
|
esvm ad
|
|
|
|
Users and roles are stored in .esvm-shield-config
|
|
|
|
Troubleshooting:
|
|
- elasticsearch is installed under ~/.esvm/<version>
|
|
- turn on debug in ~/.esvm/1.4.1/config/logging.yml
|
|
- esvm --fresh will reinstall ES
|
|
- plugins will not re-install, you can remove them manually by ~/.esvm/1.4.1/bin/plugin --remove shield
|
|
- errors during startup will not show up. If esvm fails startup look in ~/.esvm/1.4.1/logs/*
|
|
|
|
|
|
|