Reporting not sending me the reports

I have successfully configured the reports plugin but not able to generate the reports and getting the below errors

There was an error generating your report for the "Login-Dashboard" dashboard: Error: URL open failed. Is the server running?

My ELK stack is up and running successfully.

PFA the error screen shots.

Let me know if there are any configurations need to be added in my Kibana as I am running this behind a proxy.

What version of things are you running?

Hi Mark,

I am writing on behalf of vinay.

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

Thanks,
Pradip K Singh

anyone can please update why reporting is not workable in my environments.

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.

Yes Joe ,

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.

Thanks a ton !!

Cheers
Vinay Kumar

Great, thanks for closing the loop here.

Out of curiosity, were you running Kibana on a Windows server? This was a known issue that's been fixed.