lukas-vlcek/bigdesk

wrong URI generated

radoondas opened this issue · 5 comments

Hello,

I have installed latest ES and latest version of bigdesk (as of today).
I also use Apache as proxy layer.

When I connect to the url
http://127.0.0.1:8080/_plugin/bigdesk/#nodes

I see only page basic page with connection and a message:
"No cluster connected."

After debugging I found out that one request is not created correctly for me:

Last two requests in debug are:
/cluster/health?callback=jQuery17106085601344238967_1406811659076&=1406811659388
and then following:
?callback=jQuery17106085601344238967_1406811659077&_=1406811659504

The first one will get response correctly, but the second will not provide info and will cause an error. It's missing "_cluster/health"

When I add /_cluster/health? before the second request, it is served and response is OK.

Is this issue for someone else?

I tried FF 31.0
and Chrome 35.0.1916.153

Do you have any suggestions?

Thanks,
Rado

Hi,

I have installed latest ES and latest version of bigdesk (as of today).

That would be Elasticsearch 1.3.x or something similar? I need to look at this.

Hi,
my bad. I should leave versions in my first post:
elasticsearch-1.3.1

Thanks,
Rado

Elasticsearch 1.3.x is now supported starting with Bigdesk 2.5.0 (or master as of writing). It should fix the error you see. Thanks for reporting.

Hi,
I have elastic search 1.6.0 and face the same issue mentioned here.
I can see my cluster working and able to connct it from other plugin but not from Bigdesk.
Any ideas why would it be showing,"No cluster connected"?

I am facing same issue. I guess it does not support new versions any more