Error in the installing

Hello, I have a problem with the installation, i I followed the manual of Broadosoft

tar -zxvf kibana-4.5.2-linux-x64.tar.gz
Example startup
Kibana-4.5.2-linux.x64 serve -Q & bur the comman does not exists

When i run bin/kibana
./kibana-plugin: line 24: /home/elastic/kibana-5.2.2-linux-x86_64/bin/../node/bin/node: cannot execute binary file
./kibana-plugin: line 24: /home/elastic/kibana-5.2.2-linux-x86_64/bin/../node/bin/node: Success

Can you help me , please?

Thank you

Which version of kibana are you trying to install? In the first lines I see a reference to version 4.5.2 but in the later, I see 5.2.2.

Did you (or are you trying to) install x-pack or any other plugins?

The version I am installing is 5.2.2 not any other package.

./kibana: line 24: /home/elastic/kibana-5.2.2-linux-x86_64/bin/../node/bin/node: cannot execute binary file
./kibana: line 24: /home/elastic/kibana-5.2.2-linux-x86_64/bin/../node/bin/node: Success

Can you help me?

It sounds like this error may arise if you install the wrong version of node (64 vs 32 bit) into a system that doesn't support it. Can you check which version of node you have installed and make sure your OS supports it?

Looks like someone had some similar trouble here: https://github.com/elastic/kibana/issues/3978

Thank you for you answer, now the error is the compatibility
[root@asterisk1 bin]# ./kibana
log [13:36:19.895] [info][status][plugin:kibana@5.2.2] Status changed from uninitialized to green - Ready
log [13:36:19.984] [info][status][plugin:elasticsearch@5.2.2] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [13:36:20.079] [info][status][plugin:console@5.2.2] Status changed from uninitialized to green - Ready
log [13:36:20.114] [error][status][plugin:elasticsearch@5.2.2] Status changed from yellow to red - This version of Kibana requires Elasticsearch v5.2.2 on all nodes. I found the following incompatible nodes in your cluster: v2.3.3 @ 201.149.5.57:9200 (201.149.5.57)
log [13:36:20.700] [info][status][plugin:timelion@5.2.2] Status changed from uninitialized to green - Ready
log [13:36:20.720] [info][listening] Server running at http://localhost:5601
log [13:36:20.722] [error][status][ui settings] Status changed from uninitialized to red - Elasticsearch plugin is red

Where can I find version 4.5.2?
Or can I update the elasticsearh version without problem?

Thank you

You can access past releases here: https://www.elastic.co/downloads/past-releases

Though I recommend upgrading if possible, as the newest releases contain many bug fixes and additional features.

If you have data in your elastic search instance you wish to preserve, you can follow this link on the upgrade process: https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-upgrade.html

Now it´s working. But i when tried change the parameters


Thank you

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