elasticsearch migration plugin: Blank page

﹥>﹥吖頭↗ 提交于 2019-12-11 12:33:05

问题


In order to upgrade our 1.5.2 elasticsearch to 2.x, I have successfully installed elasticsearch migration plugin v1.18, but when linking to http://localhost:9200/_plugin/migration/ I get a blank page.

Also the next command gives me nothing: ~/bin/elasticsearch-1.5.2$ curl -XGET http://localhost:9200/_plugin/migration/

What am I missing?


回答1:


Did you install the plugin as root?

Check the permissions of /usr/share/elasticsearch/plugins/migration. Your default umask may prevent the elasticsearch user to read the contents.

This fixed it for me:

chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/plugins


来源:https://stackoverflow.com/questions/38301345/elasticsearch-migration-plugin-blank-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!