Deb
October 8, 2017, 6:03pm
1
Cross-posting from stackoverflow
In order to upgrade 2.3.z elasticsearch to 5.x, I have successfully installed elasticsearch migration plugin, but when linking to http://localhost:9200/_plugin/elasticsearch-migration/ I get a blank page.
Can someone let me know the following:-
Do I have to install the plugin all the machines in the cluster?
Do I have to restart all the machines in the cluster?
I have already tried the steps as mentioned here . But still I am getting a blank page.
warkolm
(Mark Walkom)
October 9, 2017, 12:33am
2
Deb
October 9, 2017, 3:17am
3
Yes Mark that is what I have referred.
warkolm
(Mark Walkom)
October 9, 2017, 3:22am
4
Did you restart the node as well?
It shouldn't need to be installed on all nodes, just the one you are trying to access via the browser.
Deb
October 9, 2017, 3:56am
5
No I did not restart the node. Let me try and check.
dadoonet
(David Pilato)
October 9, 2017, 5:08am
6
Restarting is not needed.
val
(Val Crettaz)
October 9, 2017, 5:10am
7
@Deb do you have CORS enabled on your node?
Deb
October 9, 2017, 5:25am
8
@val No. I think as per the doc cors is needed if I am trying to access a remote cluster. But I am trying in localhost.
val
(Val Crettaz)
October 9, 2017, 5:28am
9
Can you open your browser's developer tools? What do you see in the Network tab?
Deb
October 9, 2017, 5:56am
10
No cors is needed for local query and restart is also not needed for any of the nodes. It was a permission issue. Working now.
Thanks for all your help.
system
(system)
Closed
November 6, 2017, 5:56am
11
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.