Merge pull request elastic/elasticsearch#1462 from jimferenczi/rename_plugin_cmd
bin/plugin is now bin/elasticsearch-plugin Original commit: elastic/x-pack-elasticsearch@8ecf75af66
This commit is contained in:
commit
cc8ae273c9
|
@ -19,7 +19,7 @@ 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
|
||||
- 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/*
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue