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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/c715e943-9b38-465b-a3ef-64ba168032c5%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
