Install x-pack 622

Hello,

I am new with es, kibana and x-pack. I have tried to do a complete installation with these steps:

ES
elasticsearch-6.2.2 (1) .msi. if I tried to install x-pack I was always error with the proxy settings. I installed without x-pack.

Kibana
okay

xpack
installed in offline mode due to proxy problems.
bin / kibana-plugin install file: ///path/to/file/x-pack-6.2.2.zip
Correct installation

restart of kibana
license error of x-pak

basic license download after registration
curl -XPUT -u elastic 'http: // : / _xpack / license' -H "Content-Type: application / json" -d @ license.json

always error

Could someone pass me a manual step by step with the exact data and the order in which the installation has to be done?

Your post doesn't mention installing x-pack on Elasticsearch. Did you do that?

564/5000
Hello,

Thanks for the reply

I tried to install it from the msi file but I got an error.
I installed it in offline mode from kibana with the sentence:

bin / kibana-plugin install file: ///path/to/file/x-pack-6.2.2.zip

the installation was successful but when restarting kibana, I get a license error. Then I tried to install the license after registering and it was impossible

basic license download after registration
curl -XPUT -u elastic 'http://localhost:5601/_xpack/license' -H "Content-Type: application / json" -d @license.json

I tried with 'and with' '

Kibana isn't Elasticsearch.
You need to install x-pack into both Kibana and Elasticsearch, with two separate commands.

Please follow the installation instructions step by step.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.