I did setup a Kibana dev env for developing a plugin. Everything was working well until I pulled latest changes of kibana. Now when I try to start it I get the message
log [10:18:55.878] [error][status][plugin:elasticsearch] Status changed from yellow to red - This version of Kibana requires Elasticsearch ^3.0.0 on all nodes. I found the following incompatible nodes in your cluster: Elasticsearch v2.2.0 @ 172.17.0.2:9200 (172.17.0.2)
Where do I get elasticsearch v3? I even googled it but no success. Thanks.