elasticsearchwindowkibanaxpackelasticsearch-x-pack

X-pack installation error in Kibana 5.2


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....

[1]: https://i.sstatic.net/BhoF3.png


Solution

  • 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