Unable to run Kibana on my system

Hi all, I am getting this error when I am trying to run Kibana. Also when I am hitting http://localhost:5601 it automatically redirect me to login page which is by default disabled.

  log   [13:51:27.514] [error][status][plugin:xpack_main@6.3.0] Status changed f
rom yellow to red - This version of Kibana requires Elasticsearch v6.3.0 on all
nodes. I found the following incompatible nodes in your cluster: v2.4.0 @ 127.0.
0.1:9200 (127.0.0.1)
  log   [13:51:27.514] [error][status][plugin:searchprofiler@6.3.0] Status chang
ed from yellow to red - This version of Kibana requires Elasticsearch v6.3.0 on
all nodes. I found the following incompatible nodes in your cluster: v2.4.0 @ 12
7.0.0.1:9200 (127.0.0.1)
  log   [13:51:27.514] [error][status][plugin:ml@6.3.0] Status changed from yell
ow to red - This version of Kibana requires Elasticsearch v6.3.0 on all nodes. I
 found the following incompatible nodes in your cluster: v2.4.0 @ 127.0.0.1:9200
 (127.0.0.1)
  log   [13:51:27.524] [error][status][plugin:tilemap@6.3.0] Status changed from
 yellow to red - This version of Kibana requires Elasticsearch v6.3.0 on all nod
es. I found the following incompatible nodes in your cluster: v2.4.0 @ 127.0.0.1
:9200 (127.0.0.1)
  log   [13:51:27.524] [error][status][plugin:watcher@6.3.0] Status changed from
 yellow to red - This version of Kibana requires Elasticsearch v6.3.0 on all nod
es. I found the following incompatible nodes in your cluster: v2.4.0 @ 127.0.0.1
:9200 (127.0.0.1)
  log   [13:51:27.524] [error][status][plugin:index_management@6.3.0] Status cha
nged from yellow to red - This version of Kibana requires Elasticsearch v6.3.0 o
n all nodes. I found the following incompatible nodes in your cluster: v2.4.0 @
127.0.0.1:9200 (127.0.0.1)
  log   [13:51:27.524] [error][status][plugin:graph@6.3.0] Status changed from y
ellow to red - This version of Kibana requires Elasticsearch v6.3.0 on all nodes
. I found the following incompatible nodes in your cluster: v2.4.0 @ 127.0.0.1:9
200 (127.0.0.1)
  log   [13:51:27.524] [error][status][plugin:security@6.3.0] Status changed fro
m yellow to red - This version of Kibana requires Elasticsearch v6.3.0 on all no
des. I found the following incompatible nodes in your cluster: v2.4.0 @ 127.0.0.
1:9200 (127.0.0.1)
  log   [13:51:27.524] [error][status][plugin:grokdebugger@6.3.0] Status changed
 from yellow to red - This version of Kibana requires Elasticsearch v6.3.0 on al
l nodes. I found the following incompatible nodes in your cluster: v2.4.0 @ 127.
0.0.1:9200 (127.0.0.1)
  log   [13:51:27.534] [error][status][plugin:logstash@6.3.0] Status changed fro
m yellow to red - This version of Kibana requires Elasticsearch v6.3.0 on all no
des. I found the following incompatible nodes in your cluster: v2.4.0 @ 127.0.0.
1:9200 (127.0.0.1)

Looks like you're trying to run Kibana 6.3.0 with Elasticsearch 2.4.0... You'll need to upgrade Elasticsearch to run this version of Kibana.

@lukas
Thanks for reverting back. I was using elasticsearch version 6.3.0 to perform CRUD operation for my learning and after writting the code when I run it I was getting error as the elasticsearch version was not compatible with java to perform CRUD. So I found this version(2.4.0) of elasticsearch to execute the java program. Same thing I have asked with @dadoonet and he was not sure about it. I need to upgrade the version of elasticsearch so that I can use the upgraded version to perform CRUD and other things for learning. Kindly suggest me if you have any idea about it.
Thanks.
Vivek Ranjan

Link?

Hi David,
Here is the link of the discussion Fail to connect Java api and elasticsearch

My question is, if I will upgrade the elasticsearch version so that I will be able to use Kibana for further manipulation but the upgraded version of the elasticsearch is not compatible with the java code which I have written for CRUD operation. I need to know how do I make java code compatible so that it works with the upgraded version of elasticsearch.

Thanks.

Oh I see. When you mean CRUD you actually mean Spring Data I believe.

I need to know how do I make java code compatible so that it works with the upgraded version of elasticsearch.

As far as I read GitHub - spring-projects/spring-data-elasticsearch: Provide support to increase developer productivity in Java when using Elasticsearch. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access. it sounds like Spring Data 3.1 should be compatible with elasticsearch 6.x.

1 Like

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