I have install elastic search 5.2.0 working fine,
when i am trying to install X-pack to kibana
....\bin> kibana-plugin.bat install x-pack
after restarting my Kibana.bat file(..\kibana-5.2.0-windows-x86\kibana-5.2.0-windows-x86\bin) getting following error ....
![**Unhandled rejection [illegalarguments_exception] no endpoint or opeation is available at]1
Refere following image for more details....
This is because of x-pack was not installed in elastic search
Install X-pack on elastic as well then run kibana;
Run following command to bin directory of ES
bin/elasticsearch-plugin install x-pack