Hi,

Just wanted to drop a note that we just release Marvel 1.0.2 which contains 
a fix for this. 
See http://www.elasticsearch.org/guide/en/marvel/current/#_change_list .

Cheers,
Boaz

On Friday, January 31, 2014 3:23:33 PM UTC+1, Sean Gallagher wrote:
>
> Thanks for reporting this issue!  I've submitted the issue to the internal 
> repo and the team will take care of it.  Keep 'em coming!
>
> On Tuesday, January 28, 2014 10:45:04 AM UTC-5, J. Schulz wrote:
>>
>> Hi,
>>
>> I have Nginx configured as reverse proxy to access elasticsearch over 
>> https + auth basic. As example
>>
>> Unfortunately Marvel tries to connect to http://hostname/.
>>
>> The affected code line is in 
>> /usr/share/elasticsearch/plugins/marvel/_site/kibana/config.js
>>
>> elasticsearch: "http://"+window.location.hostname+(window.location.port 
>> !== '' ? ':'+window.location.port : ''),
>>
>> should be
>>
>> elasticsearch: 
>> window.location.protocol+"//"+window.location.hostname+(window.location.port 
>> !== '' ? ':'+window.location.port : '')
>>
>> Cheers,
>> Jonny
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elasticsearch+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/b5ac68c3-b546-406c-95b1-d483e81fea6f%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to