直接解压到plugins目录下导致es无法启动 (#564)

直接解压到plugins会报Could not load plugin descriptor for plugin directory [plugin-descriptor.properties]错误
This commit is contained in:
wksw 2018-06-26 10:14:02 +08:00 committed by Medcl
parent 0222529290
commit 83fa2ff8b2

View File

@ -37,7 +37,9 @@ Install
* optional 1 - download pre-build package from here: https://github.com/medcl/elasticsearch-analysis-ik/releases
unzip plugin to folder `your-es-root/plugins/`
create plugin folder `cd your-es-root/plugins/ && mkdir ik`
unzip plugin to folder `your-es-root/plugins/ik`
* optional 2 - use elasticsearch-plugin to install ( supported from version v5.5.1 ):