OpenSearch/elasticsearch/x-pack/shield/dev-tools/esvm
uboness ffe339ae31 Refactoring for 5.0 - phase 5
- Moved all settings in Marvel from `marvel.*` to `xpack.monitoring.*`
- Cleaned up marvel settings in general - they're all now under `MarvelSettings` class
- fixed some integration tests along the way (they were configured wrong and never actually tested anything)
- Updated the docs accordingly
- Added `migration-5_0.asciidoc` under the Marvel docs to explain how to migrate from Marvel 2.x to XPack 5.0.
- Replaced all `marvel` mentions in the logs to `monitoring`
- Removed the `xpack.monitoring.template.version` setting from the templates
- renamed the templates to `monitoring-es-data.json` and `monitoring-es.json`
- monitoring indices are now `.monitoring-es-<version>-data` and `.monitoring-es-<version>-<timestamp>`

Original commit: elastic/x-pack-elasticsearch@17f2abe17d
2016-02-11 21:34:38 +01:00
..
.esvm-shield-config Moved shield, watcher, marvel and license plugin into common x-pack 2015-12-03 16:24:40 +01:00
.esvmrc Refactoring for 5.0 - phase 5 2016-02-11 21:34:38 +01:00
readme.txt bin/plugin is now bin/elasticsearch-plugin 2016-02-05 10:31:58 +01:00

readme.txt

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/elasticsearch-plugin remove shield
- errors during startup will not show up.  If esvm fails startup look in ~/.esvm/1.4.1/logs/*