The version which we are using are as below:
Elasticsearch --2.4.0
Logstash --2.4.0
Kibana --4.6.1
Marvel/Marvel Agent --2.4.0
Sense --2.0.0
Watcher --2.4.0
What's the IP you are connecting to in your screenshots?
Is your Kibana/Reporting setup running on another machine?
Did you set a custom server.host value in your kibana.yml file?
The error comes up when the background process can't connect to the running Kibana instance. Usually this happens because you're using a proxy or something to connect to Kibana, but it may also be caused by changing the hostname you are binding Kibana to.
It was because of wrong hostname binding , by default its server.host: "0.0.0.0" and I updated it to server.host: "127.0.0.1" or my actual IP address and it worked as expected.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.