弹性搜索插件

Elastic search plugin

我已经使用命令bin/plugin --url file:///PATH-TO-EXAMPLE-PLUGIN/target/releases/example-plugin-1.0-SNAPSHOT.zip --install example-plugin安装了我的插件,并在/plugins.

的子目录中获取了jar

但是当我使用 bin/elasticsearch 启动弹性搜索时,得到如下消息,看起来好像没有加载插件。

[plugins] [Marduk Kurios] loaded [], sites []

我想知道是怎么回事,我的插件就是按照这个写的tutorial

谢谢。

找到原因了,我把es-plugin.properties的文件名给错成了es-plugin.xxx