Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kibana 4.0.0b2 elasticsearh version problem #2513

Closed
mzupan opened this issue Jan 3, 2015 · 1 comment
Closed

kibana 4.0.0b2 elasticsearh version problem #2513

mzupan opened this issue Jan 3, 2015 · 1 comment

Comments

@mzupan
Copy link

mzupan commented Jan 3, 2015

I'm running the following

logstash-1.4.2-1_2c0f5a1.noarch
elasticsearch-1.4.2-1.noarch

When I start kibana v4.0.0b2 and hit the port it gives the following error

 Error: This version of Kibana requires Elasticsearch 1.4.0 or higher on all nodes. I found the following incompatible nodes in your cluster: 
Elasticsearch 1.1.1 @ inet[/10.0.2.15:9301] (127.0.0.1)

:9301 is my logstash port

[root@logstash01 kibana]# fuser 9301/tcp
9301/tcp:             2285
[root@logstash01 kibana]# ps aux | grep 2285
logstash  2285  1.2 21.4 1505140 219256 pts/0  SNl  13:16   0:52 /usr/bin/java -Djava.io.tmpdir=/var/lib/logstash -Xmx500m -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -Djava.awt.headless=true -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly -jar /opt/logstash/vendor/jar/jruby-complete-1.7.11.jar -I/opt/logstash/lib /opt/logstash/lib/logstash/runner.rb agent -f /etc/logstash/conf.d -l /var/log/logstash/logstash.log
root      2527  0.0  0.0 103240   856 pts/0    S+   14:26   0:00 grep 2285
[root@logstash01 kibana]#
rb:13:in `call'","file:/var/www/kibana/
@rashidkpc
Copy link
Contributor

Correct, you'll need to be running at least logstash 1.5.0beta1 if you wish to use log stash with the kibana 4 betas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants